mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 18:52:56 +00:00
5 lines
165 B
SQL
5 lines
165 B
SQL
-- +goose Down
|
|
-- SQL in this section is executed when the migration is rolled back
|
|
DROP TABLE IF EXISTS club_info CASCADE;
|
|
DROP TABLE IF EXISTS setup_info CASCADE;
|