summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-03-31 23:53:20 +0200
committerTor Andersson <tor@ccxvii.net>2023-04-28 23:36:11 +0200
commit7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c (patch)
tree33bf8e70042b0c67e784ca9483448baacb260602 /schema.sql
parentb145880739e1770ebeac914b769624d86c39645c (diff)
downloadserver-7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c.tar.gz
Rename game "description" to "notice".
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
);