diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-31 23:53:20 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-04-28 23:36:11 +0200 |
commit | 7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c (patch) | |
tree | 33bf8e70042b0c67e784ca9483448baacb260602 /schema.sql | |
parent | b145880739e1770ebeac914b769624d86c39645c (diff) | |
download | server-7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c.tar.gz |
Rename game "description" to "notice".
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 ); |