mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-28 22:55:39 -04:00
db: store version in config table
This commit is contained in:
7
db/20181007230906-store-version.sql
Normal file
7
db/20181007230906-store-version.sql
Normal file
@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS config (
|
||||
version TEXT NOT NULL
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
config (version)
|
||||
VALUES ('v1.1.3');
|
Reference in New Issue
Block a user