mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-04 04:11:10 +01:00
4 lines
228 B
SQL
Executable File
4 lines
228 B
SQL
Executable File
ALTER TABLE OwnCloudAccounts
|
|
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 = '14' WHERE inf_key = 'schema_version'; |