mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
fix(release): reuse validation evidence after tooling updates (#130850)
* fix(release): trust ancestor validation evidence * fix(release): read candidate auth schema
This commit is contained in:
@@ -57,6 +57,7 @@ function writeAuthProfileStoreSqlite(stateDir: string) {
|
||||
const db = new DatabaseSync(databasePath);
|
||||
try {
|
||||
db.exec(`
|
||||
PRAGMA user_version = 13;
|
||||
CREATE TABLE IF NOT EXISTS config_machine_state (
|
||||
state_key TEXT NOT NULL PRIMARY KEY,
|
||||
value_json TEXT NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user