Add generated test-schema-v1.2

This commit is contained in:
2026-03-03 12:18:50 -04:00
parent 419d8b2f9f
commit 8df8a764b4
79 changed files with 18418 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/* This file was generated by ODB, object-relational mapping (ORM)
* compiler for C++.
*/
CREATE TABLE "Agent" (
"id" TEXT NOT NULL PRIMARY KEY,
"role" TEXT NOT NULL,
"persistent" INTEGER NOT NULL,
"displayName" TEXT NOT NULL,
"trustScore" INTEGER NOT NULL);
UPDATE "schema_version"
SET "version" = 2, "migration" = 1
WHERE "name" = '';