diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-01-08 11:25:08 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-01-08 11:25:08 +0100 |
commit | c2392bbace7511dfa424513ba88a8d76f3ee620c (patch) | |
tree | 5ec0809230d7e4d5abdbc90a22f3addf3299d2cb /apps/gallery/appinfo | |
parent | 6a295997bc723e54bed849dfa6bca9cc70cf0f8e (diff) | |
download | nextcloud-server-c2392bbace7511dfa424513ba88a8d76f3ee620c.tar.gz nextcloud-server-c2392bbace7511dfa424513ba88a8d76f3ee620c.zip |
db overwriting, gallery creating fix
Diffstat (limited to 'apps/gallery/appinfo')
-rw-r--r-- | apps/gallery/appinfo/database.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml index db88e4c1b5a..ccdfad9433a 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>false</overwrite> + <overwrite>true</overwrite> <charset>latin1</charset> <table> <name>*dbprefix*gallery_albums</name> |