mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-31 18:37:30 +01:00
5 lines
133 B
MySQL
5 lines
133 B
MySQL
|
-- !
|
||
|
ALTER TABLE Messages
|
||
|
ADD COLUMN custom_hash TEXT;
|
||
|
-- !
|
||
|
UPDATE Information SET inf_value = '6' WHERE inf_key = 'schema_version';
|