mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
4 lines
128 B
MySQL
4 lines
128 B
MySQL
|
ALTER TABLE Messages
|
||
|
ADD COLUMN custom_hash TEXT;
|
||
|
-- !
|
||
|
UPDATE Information SET inf_value = '6' WHERE inf_key = 'schema_version';
|