mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-08 14:21:29 +01:00
5 lines
132 B
MySQL
5 lines
132 B
MySQL
|
ALTER TABLE Messages
|
||
|
ADD COLUMN enclosures TEXT;
|
||
|
-- !
|
||
|
UPDATE Information SET inf_value = '3' WHERE inf_key = 'schema_version';
|