aboutsummaryrefslogtreecommitdiff
path: root/src/odbc/mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/odbc/mysql.sql')
-rw-r--r--src/odbc/mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odbc/mysql.sql b/src/odbc/mysql.sql
index 3af2f65fd..ca1db6571 100644
--- a/src/odbc/mysql.sql
+++ b/src/odbc/mysql.sql
@@ -10,7 +10,7 @@ CREATE TABLE users (
CREATE TABLE last (
username varchar(250) PRIMARY KEY,
seconds text NOT NULL,
- state text
+ state text NOT NULl
) CHARACTER SET utf8;