Compare commits

..

2 Commits

Author SHA1 Message Date
53ca2c24c1 Merge pull request 'merger :-)' () from remove-merged-staging-diff into staging
Reviewed-on: 
2024-03-21 21:04:14 +01:00
15e3680a97 merger :-) 2024-03-21 20:55:47 +01:00

@ -1,9 +0,0 @@
CREATE TABLE IF NOT EXISTS "notification" (
"id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,
"user_id" INTEGER NOT NULL REFERENCES user(id),
"message" TEXT NOT NULL,
"read_at" DATETIME,
"created_at" DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,
"category" TEXT NOT NULL,
"link" TEXT
);