Skip to content
Snippets Groups Projects
Commit 225726c8 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

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

parent 50eef9a7
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -3,7 +3,7 @@
<name>*dbname*</name>
<create>true</create>
<overwrite>false</overwrite>
<charset>latin1</charset>
<charset>utf8</charset>
<table>
<name>*dbprefix*sharing</name>
<declaration>
......
......@@ -3,7 +3,7 @@
<name>*dbname*</name>
<create>true</create>
<overwrite>false</overwrite>
<charset>latin1</charset>
<charset>utf8</charset>
<table>
<name>*dbprefix*pictures_images_cache</name>
<declaration>
......
......@@ -5,7 +5,7 @@
<create>true</create>
<overwrite>false</overwrite>
<charset>latin1</charset>
<charset>utf8</charset>
<table>
......
......@@ -3,7 +3,7 @@
<name>*dbname*</name>
<create>true</create>
<overwrite>false</overwrite>
<charset>latin1</charset>
<charset>utf8</charset>
<table>
<name>*dbprefix*authtoken</name>
<declaration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment