rssguard/resources/sql/db_update_mysql_12_13.sql

4 lines
225 B
MySQL
Raw Normal View History

2020-06-03 11:50:28 +02:00
ALTER TABLE TtRssAccounts
ADD COLUMN update_only_unread INTEGER(1) NOT NULL DEFAULT 0 CHECK (update_only_unread >= 0 AND update_only_unread <= 1);
-- !
UPDATE Information SET inf_value = '13' WHERE inf_key = 'schema_version';