Add priority to gotify channel

Closes: #1277
This commit is contained in:
eikek
2022-01-12 20:59:07 +01:00
parent 5f10798e86
commit 7aebc1ccdf
15 changed files with 118 additions and 38 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE "notification_channel_gotify"
ADD COLUMN "priority" integer;

View File

@ -0,0 +1,2 @@
ALTER TABLE `notification_channel_gotify`
ADD COLUMN `priority` tinyint unsigned;

View File

@ -0,0 +1,2 @@
ALTER TABLE "notification_channel_gotify"
ADD COLUMN "priority" smallint;