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 650b379..36c2efc 100644
--- a/schema.sql
+++ b/schema.sql
@@ -435,6 +435,7 @@ create table if not exists game_replay (
create table if not exists game_snap (
game_id integer,
snap_id integer,
+ replay_id integer,
state text,
primary key (game_id, snap_id)
);