Merge branch 'main' into cw/continuous-code-quality-conflict-1772832123778
# Conflicts: # apps/server/drizzle/meta/0037_snapshot.json # apps/server/drizzle/meta/_journal.json
This commit is contained in:
7
apps/server/drizzle/0037_eager_devos.sql
Normal file
7
apps/server/drizzle/0037_eager_devos.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE `agent_metrics` (
|
||||
`agent_id` text PRIMARY KEY NOT NULL,
|
||||
`questions_count` integer DEFAULT 0 NOT NULL,
|
||||
`subagents_count` integer DEFAULT 0 NOT NULL,
|
||||
`compactions_count` integer DEFAULT 0 NOT NULL,
|
||||
`updated_at` integer NOT NULL
|
||||
);
|
||||
1
apps/server/drizzle/0038_worthless_princess_powerful.sql
Normal file
1
apps/server/drizzle/0038_worthless_princess_powerful.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `initiatives` ADD `quality_review` integer DEFAULT false NOT NULL;
|
||||
1981
apps/server/drizzle/meta/0036_snapshot.json
Normal file
1981
apps/server/drizzle/meta/0036_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"version": "6",
|
||||
"dialect": "sqlite",
|
||||
"id": "ef1d4ce7-a9c4-4e86-9cac-2e9cbbd0e688",
|
||||
"prevId": "c84e499f-7df8-4091-b2a5-6b12847898bd",
|
||||
"id": "eb30417e-d030-457f-911e-6566dce54fc9",
|
||||
"prevId": "f85b9df3-dead-4c46-90ac-cf36bcaa6eb4",
|
||||
"tables": {
|
||||
"accounts": {
|
||||
"name": "accounts",
|
||||
@@ -155,6 +155,54 @@
|
||||
"uniqueConstraints": {},
|
||||
"checkConstraints": {}
|
||||
},
|
||||
"agent_metrics": {
|
||||
"name": "agent_metrics",
|
||||
"columns": {
|
||||
"agent_id": {
|
||||
"name": "agent_id",
|
||||
"type": "text",
|
||||
"primaryKey": true,
|
||||
"notNull": true,
|
||||
"autoincrement": false
|
||||
},
|
||||
"questions_count": {
|
||||
"name": "questions_count",
|
||||
"type": "integer",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"autoincrement": false,
|
||||
"default": 0
|
||||
},
|
||||
"subagents_count": {
|
||||
"name": "subagents_count",
|
||||
"type": "integer",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"autoincrement": false,
|
||||
"default": 0
|
||||
},
|
||||
"compactions_count": {
|
||||
"name": "compactions_count",
|
||||
"type": "integer",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"autoincrement": false,
|
||||
"default": 0
|
||||
},
|
||||
"updated_at": {
|
||||
"name": "updated_at",
|
||||
"type": "integer",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"autoincrement": false
|
||||
}
|
||||
},
|
||||
"indexes": {},
|
||||
"foreignKeys": {},
|
||||
"compositePrimaryKeys": {},
|
||||
"uniqueConstraints": {},
|
||||
"checkConstraints": {}
|
||||
},
|
||||
"agents": {
|
||||
"name": "agents",
|
||||
"columns": {
|
||||
@@ -1137,14 +1185,6 @@
|
||||
"autoincrement": false,
|
||||
"default": "'review_per_phase'"
|
||||
},
|
||||
"quality_review": {
|
||||
"name": "quality_review",
|
||||
"type": "integer",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"autoincrement": false,
|
||||
"default": false
|
||||
},
|
||||
"created_at": {
|
||||
"name": "created_at",
|
||||
"type": "integer",
|
||||
|
||||
2037
apps/server/drizzle/meta/0038_snapshot.json
Normal file
2037
apps/server/drizzle/meta/0038_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -264,8 +264,15 @@
|
||||
{
|
||||
"idx": 37,
|
||||
"version": "6",
|
||||
"when": 1772828694292,
|
||||
"tag": "0037_eager_devos",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 38,
|
||||
"version": "6",
|
||||
"when": 1772829916655,
|
||||
"tag": "0037_worthless_princess_powerful",
|
||||
"tag": "0038_worthless_princess_powerful",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user