diff options
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -277,7 +277,7 @@ create table if not exists games ( ctime datetime default current_timestamp, is_private boolean default 0, is_random boolean default 0, - description text, + notice text, status integer default 0, result text ); |