aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/db.struct3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/db.struct b/data/db.struct
index 3744cac..dbbdfa4 100644
--- a/data/db.struct
+++ b/data/db.struct
@@ -16,7 +16,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-CREATE DATABASE ellinika CHARACTER SET utf8;
+set names utf8;
+CREATE DATABASE ellinika CHARACTER SET utf8 COLLATE utf8_bin;
use ellinika
CREATE TABLE pos(

Return to:

Send suggestions and report system problems to the System administrator.