DormStar/info_upload.sql

8 lines
367 B
MySQL
Raw Normal View History

2023-11-29 23:41:27 +08:00
USE dormstar;
TRUNCATE ds_info;
INSERT INTO ds_info (value, data, commit) VALUES
('title', '201京海市保护伞', '网站标题'),
('sub_title', '我们的宿舍', '网站副标题'),
('register', true, '是否允许注册');