mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-29 01:20:32 +01:00
5 lines
128 B
SQL
5 lines
128 B
SQL
ALTER TABLE Messages
|
|
ADD COLUMN enclosures TEXT;
|
|
-- !
|
|
UPDATE Information SET inf_value = '3' WHERE inf_key = 'schema_version';
|