summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2012-01-08 14:35:23 +0100
committerRobin Appelman <icewind1991@gmail.com>2012-01-08 14:35:23 +0100
commit9c6248443adf4be29cf9e85a8f7baca846bcb1d9 (patch)
treed0d2b18ff09a1c98ac4a0a0ad5da02a8432afbc7
parent49337e0ad1db8ecf8244f057f729241d923ac2ff (diff)
downloadnextcloud-server-9c6248443adf4be29cf9e85a8f7baca846bcb1d9.tar.gz
nextcloud-server-9c6248443adf4be29cf9e85a8f7baca846bcb1d9.zip
dont overwrite the database with the gallery database
-rw-r--r--apps/gallery/appinfo/database.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml
index ccdfad9433a..db88e4c1b5a 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>