mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +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