Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Nov 26, 2024
1 parent af956f1 commit 7cd0c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ee/tabby-db/migrations/0039_add-notification-inbox.down.sql
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-- Add down migration script here
DROP TABLE notifications;
DROP TABLE readed_notifications;
2 changes: 1 addition & 1 deletion ee/tabby-db/migrations/0039_add-notification-inbox.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CREATE TABLE notifications (
-- enum of ADMIN, ALL_USERS
kind: TEXT NOT NULL,

message: TEXT NOT NULL,
content: TEXT NOT NULL,
)

CREATE TABLE readed_notifications (
Expand Down

0 comments on commit 7cd0c4c

Please sign in to comment.