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:
Vincent Koc
2026-08-27 17:32:58 +08:00
committed by GitHub
parent 1cbcf141ed
commit 1c80cf86cf
7 changed files with 182 additions and 32 deletions
@@ -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,