fix up down migrations

This commit is contained in:
Jill 2023-01-06 17:25:33 +03:00
parent fa2717c5b4
commit 0cbe127516
2 changed files with 4 additions and 2 deletions

View File

@ -25,3 +25,4 @@ CREATE TABLE friend_links (
-- +migrate down
DROP TABLE friend_requests;
DROP TABLE friend_links;

View File

@ -19,3 +19,4 @@ CREATE TABLE map_pack_links (
-- +migrate down
DROP TABLE map_packs;
DROP TABLE map_pack_links;