Skip to content

Commit

Permalink
Update down.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Oct 27, 2024
1 parent d56db83 commit 71ae9c1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
DROP INDEX messages_by_timestamp;

ALTER TABLE
DROP COLUMN message_type MessageType NOT NULL;
DROP COLUMN message_type,
DROP COLUMN timestamp;

DROP TYPE "MessageType";

0 comments on commit 71ae9c1

Please sign in to comment.