crablog/migrations/2018-10-23-071346_add setting/up.sql

3 lines
145 B
MySQL
Raw Normal View History

2018-10-23 11:22:52 +04:00
-- Your SQL goes here
INSERT INTO setting ("name", "value")
VALUES ('title', 'rubble'), ('description', 'description of rubble application');