teleport
teleport copied to clipboard
3.6.3-b2 创建临时密码错误

[sqlite] SQL=INSERT INTO tp_ops_token_key (ops_token_id, password) VALUES (?, ?);
[E] [EXCEPTION] sqlite3.OperationalError: no such table: tp_ops_token_key
临时密码无法创建的错误,是database create表的时候漏了一张表

fix