crablog/migrations/2019-01-04-144135_add site link and analysis/up.sql
2019-01-04 22:51:30 +08:00

4 lines
102 B
SQL

-- Your SQL goes here
INSERT INTO setting ("name", "value")
VALUES ('url', ''), ('analysis', '');