From 090ba85424f06219b7714f8ffc1ba9dcc106af93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Mon, 19 Feb 2007 14:19:27 +0000 Subject: * src/odbc/pg.sql: last table, state column cannot be NULL (EJAB-191). * src/odbc/mysql.sql: likewise. * src/odbc/mssql.sql. likewise. SVN Revision: 732 --- src/odbc/mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/odbc/mysql.sql') 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; -- cgit v1.2.3