diff options
Diffstat (limited to 'src/odbc/pg.sql')
-rw-r--r-- | src/odbc/pg.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odbc/pg.sql b/src/odbc/pg.sql index 9f632d215..b8efb0187 100644 --- a/src/odbc/pg.sql +++ b/src/odbc/pg.sql @@ -8,7 +8,7 @@ CREATE TABLE users ( CREATE TABLE last ( username text PRIMARY KEY, seconds text NOT NULL, - state text + state text NOT NULL ); |