1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00

latin1 => utf8. I thought I did this a month ago?

This commit is contained in:
Thomas Tanghus 2012-07-16 01:41:45 +02:00
parent 3daec8b8e9
commit 150943aa00

View File

@ -3,7 +3,7 @@
<name>*dbname*</name>
<create>true</create>
<overwrite>false</overwrite>
<charset>latin1</charset>
<charset>utf8</charset>
<table>
<name>*dbprefix*bookmarks</name>
<declaration>
@ -109,4 +109,4 @@
</declaration>
</table>
</database>