dont overwrite the database with the gallery database
This commit is contained in:
parent
49337e0ad1
commit
9c6248443a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue