rssguard/resources/sql/db_update_mysql_8_9.sql
2017-09-13 12:12:40 +02:00

4 lines
No EOL
180 B
SQL
Executable file

ALTER TABLE OwnCloudAccounts
ADD COLUMN msg_limit INTEGER NOT NULL DEFAULT -1 CHECK (msg_limit >= -1);
-- !
UPDATE Information SET inf_value = '9' WHERE inf_key = 'schema_version';