diff options
Diffstat (limited to 'server/migrations/20221008120534_init.down.sql')
| -rw-r--r-- | server/migrations/20221008120534_init.down.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/migrations/20221008120534_init.down.sql b/server/migrations/20221008120534_init.down.sql index 50ba511..3bff171 100644 --- a/server/migrations/20221008120534_init.down.sql +++ b/server/migrations/20221008120534_init.down.sql @@ -6,4 +6,6 @@ drop table if exists object_journal; drop table if exists active_tables; drop table if exists players; drop type if exists player_position; +drop type if exists suit; +drop domain if exists rank; commit; |
