mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-29 08:08:21 +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