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