mirror of
https://github.com/allinssl/allinssl.git
synced 2025-12-15 09:55:37 +08:00
修改ssh部署,移除测试代码
This commit is contained in:
@@ -165,7 +165,6 @@ func init() {
|
||||
create_time TEXT,
|
||||
end_time TEXT,
|
||||
workflow_id TEXT not null
|
||||
fail_reason TEXT,
|
||||
);
|
||||
`)
|
||||
insertDefaultData(db, "users", "INSERT INTO users (id, username, password, salt) VALUES (1, 'xxxx', 'xxxxxxx', '&*ghs^&%dag');")
|
||||
|
||||
Reference in New Issue
Block a user