mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 19:38:24 +00:00
@ -0,0 +1,2 @@
|
||||
ALTER TABLE "notification_channel_gotify"
|
||||
ADD COLUMN "priority" integer;
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `notification_channel_gotify`
|
||||
ADD COLUMN `priority` tinyint unsigned;
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE "notification_channel_gotify"
|
||||
ADD COLUMN "priority" smallint;
|
Reference in New Issue
Block a user