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