-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8ac4a5
commit 79a183b
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
server/main-api/migrations/20230323144107_create_calendar.down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-- This file should undo anything in `up.sql` | ||
DROP TABLE IF EXISTS calendar | ||
DROP INDEX IF EXISTS calendar_lut | ||
DROP TABLE IF EXISTS calendar; | ||
DROP INDEX IF EXISTS calendar_lut; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters