mirror of
https://gitlab.com/commento/commento.git
synced 2025-04-28 18:40:29 -04:00
8 lines
138 B
SQL
8 lines
138 B
SQL
CREATE TABLE IF NOT EXISTS config (
|
|
version TEXT NOT NULL
|
|
);
|
|
|
|
INSERT INTO
|
|
config (version)
|
|
VALUES ('v1.1.3');
|