]> source.dussan.org Git - nextcloud-server.git/commitdiff
dont overwrite the database with the gallery database
authorRobin Appelman <icewind1991@gmail.com>
Sun, 8 Jan 2012 13:35:23 +0000 (14:35 +0100)
committerRobin Appelman <icewind1991@gmail.com>
Sun, 8 Jan 2012 13:35:23 +0000 (14:35 +0100)
apps/gallery/appinfo/database.xml

index ccdfad9433aaf5b21390f9a23510660bcf3573bd..db88e4c1b5a875d0130894a16643806db423b1a4 100644 (file)
@@ -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>