diff options
Diffstat (limited to 'server/migrations/20221008120534_init.down.sql')
-rw-r--r-- | server/migrations/20221008120534_init.down.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/migrations/20221008120534_init.down.sql b/server/migrations/20221008120534_init.down.sql index 0c9bbed..50ba511 100644 --- a/server/migrations/20221008120534_init.down.sql +++ b/server/migrations/20221008120534_init.down.sql @@ -2,7 +2,7 @@ begin; drop table if exists sessions; drop table if exists table_players; -drop table if exists table_journal; +drop table if exists object_journal; drop table if exists active_tables; drop table if exists players; drop type if exists player_position; |