errata fix

This commit is contained in:
fbsanchez 2021-02-26 12:48:23 +01:00
parent d41b189612
commit ad347dc953
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
START TRANSACTION;
ALTER TABLE `tnotification_sources` ADD COLUMN `subtype_blacklist` TEXT;
ALTER TABLE `tnotification_source` ADD COLUMN `subtype_blacklist` TEXT;
COMMIT;