3 lines
145 B
SQL
3 lines
145 B
SQL
-- Your SQL goes here
|
|
INSERT INTO setting ("name", "value")
|
|
VALUES ('title', 'rubble'), ('description', 'description of rubble application'); |