mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-29 09:31:24 +01:00
7 lines
141 B
SQL
7 lines
141 B
SQL
USE ##;
|
|
-- !
|
|
ALTER TABLE Messages
|
|
ADD COLUMN enclosures TEXT;
|
|
-- !
|
|
UPDATE Information SET inf_value = '3' WHERE inf_key = 'schema_version';
|