mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-17 18:44:23 +00:00
Add generated test-schema-v1.2
This commit is contained in:
@@ -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" BOOLEAN NOT NULL,
|
||||
"displayName" TEXT NOT NULL,
|
||||
"trustScore" INTEGER NOT NULL);
|
||||
|
||||
UPDATE "schema_version"
|
||||
SET "version" = 2, "migration" = TRUE
|
||||
WHERE "name" = '';
|
||||
|
||||
Reference in New Issue
Block a user