This commit is contained in:
samnyan
2020-01-17 01:20:56 +09:00
parent 3d99839fef
commit 136dd1989b
4 changed files with 12 additions and 7 deletions

View File

@@ -7,4 +7,9 @@ CREATE TABLE property
PRIMARY KEY (
id
)
);
);
INSERT INTO `property` (id, property_key, property_value)
VALUES (1, 'diva_news', 'Server Running No other news');
INSERT INTO `property` (id, property_key, property_value)
VALUES (2, 'diva_warning', 'Network Service Running');