commento/db/20181007230906-store-version.sql

8 lines
138 B
MySQL
Raw Normal View History

2018-10-08 11:11:06 +08:00
CREATE TABLE IF NOT EXISTS config (
version TEXT NOT NULL
);
INSERT INTO
config (version)
VALUES ('v1.1.3');