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