Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
chore: Migrate db
Browse files Browse the repository at this point in the history
Signed-off-by: AlexNg <[email protected]>
  • Loading branch information
caffeine-addictt committed Aug 1, 2024
1 parent 1955663 commit fd352d0
Show file tree
Hide file tree
Showing 3 changed files with 735 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/migrations/0022_past_natasha_romanoff.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE "feedback_table" RENAME COLUMN "feedback_message" TO "message";--> statement-breakpoint
ALTER TABLE "notification_table" RENAME COLUMN "feedback_message" TO "message";--> statement-breakpoint
ALTER TABLE "notification_table" RENAME COLUMN "notification_type" TO "type";--> statement-breakpoint
ALTER TABLE "notification_table" DROP COLUMN IF EXISTS "is_read";
Loading

0 comments on commit fd352d0

Please sign in to comment.