summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema.sql b/schema.sql
index 6d7fc13..d4cb397 100644
--- a/schema.sql
+++ b/schema.sql
@@ -352,6 +352,7 @@ create table if not exists games (
owner_id integer default 0,
notice text,
+ pace integer default 0,
is_private boolean default 0,
is_random boolean default 0,