mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 21:07:27 +08:00
v0.0.3
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user