维护数据库表结构
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#域名表
|
||||
INSERT INTO domain_name(`id`, `domain`, `user_id`, `jks`, `key_store_password`, `is_default`, `force_https`, `enable`,`create_time`, `update_time`) VALUES
|
||||
(1, 'default.fun', 1, null, null, 1, 2, 1, now(), now());
|
||||
Reference in New Issue
Block a user