Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Dec 5, 2024
1 parent 7cd0c4c commit 4716b6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ee/tabby-db/migrations/0039_add-notification-inbox.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ CREATE TABLE notifications (
updated_at TIMESTAMP NOT NULL DEFAULT(DATETIME('now')),

-- enum of ADMIN, ALL_USERS
kind: TEXT NOT NULL,
kind TEXT NOT NULL,

content: TEXT NOT NULL,
-- content of notification, in markdown format.
content TEXT NOT NULL,
)

CREATE TABLE readed_notifications (
Expand Down

0 comments on commit 4716b6c

Please sign in to comment.