mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 23:47:13 +00:00
4 lines
114 B
SQL
4 lines
114 B
SQL
-- AlterTable
|
|
ALTER TABLE "notification" ADD COLUMN "pushoverToken" TEXT,
|
|
ADD COLUMN "pushoverUser" TEXT;
|