修改ssh部署,移除测试代码

This commit is contained in:
zhangchenhao
2025-05-07 17:38:52 +08:00
parent 60f0e1b53c
commit 5bc248ce4b
4 changed files with 9 additions and 20 deletions

View File

@@ -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');")