diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-31 12:17:35 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-31 12:55:45 -0500 |
| commit | 88366acba07b678466b42829887dcdda4f583686 (patch) | |
| tree | e3450615a6b4b654ea7106a00cc6b551dd4ddb26 /server/migrations/20221008120534_init.down.sql | |
| parent | aa6d050b09dfbf3e5be112325e8e8d8a1f4dacf9 (diff) | |
Add database conversion for bridge types
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; |
