From 9c6248443adf4be29cf9e85a8f7baca846bcb1d9 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Sun, 8 Jan 2012 14:35:23 +0100
Subject: [PATCH] dont overwrite the database with the gallery database

---
 apps/gallery/appinfo/database.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml
index ccdfad9433..db88e4c1b5 100644
--- a/apps/gallery/appinfo/database.xml
+++ b/apps/gallery/appinfo/database.xml
@@ -2,7 +2,7 @@
 <database>
 	 <name>*dbname*</name>
 	 <create>true</create>
-	 <overwrite>true</overwrite>
+	 <overwrite>false</overwrite>
 	 <charset>latin1</charset>
 	 <table>
 		<name>*dbprefix*gallery_albums</name>
-- 
GitLab