diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-12 18:56:52 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-12 18:56:52 +0100 |
commit | 5f391aadbcc818ab7fa13312fb2ee04ed02983c6 (patch) | |
tree | 59a50473839a26370b6d1a51cb430adb49b26536 /database | |
parent | b8f3a658253bb5991a3d034733b685cc7d543704 (diff) |
base /api/game/new
Diffstat (limited to 'database')
-rw-r--r-- | database/init_db.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/database/init_db.sql b/database/init_db.sql index 33a6c04..6e47853 100644 --- a/database/init_db.sql +++ b/database/init_db.sql @@ -27,7 +27,6 @@ create table if not exists games ( duration integer, rating_delta_player_1 integer, rating_delta_player_2 integer, - ranked boolean, status text not null, ruleset text not null, foreign key(player_1_id) references users(user_id), |