projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
402390e
)
set utf8 as default for all new tables in x4dat
author
Pascal Corpet
<pascal.corpet@m4x.org>
Sun, 4 Nov 2007 16:09:30 +0000
(17:09 +0100)
committer
Pascal Corpet
<pascal.corpet@m4x.org>
Sun, 4 Nov 2007 16:09:30 +0000
(17:09 +0100)
upgrade/0.9.16/01_utf8.sql
[new file with mode: 0644]
patch
|
blob
diff --git a/upgrade/0.9.16/01_utf8.sql
b/upgrade/0.9.16/01_utf8.sql
new file mode 100644
(file)
index 0000000..
dc4b3ab
--- /dev/null
+++ b/
upgrade/0.9.16/01_utf8.sql
@@ -0,0
+1,2
@@
+ALTER DATABASE `x4dat` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
+