summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 49d195a..e685e3b 100644
--- a/schema.sql
+++ b/schema.sql
@@ -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
);