For release.

This commit is contained in:
charlesgauthereau
2025-07-28 17:58:58 +02:00
parent 17469696ee
commit 58d9179152
6 changed files with 1164 additions and 12 deletions
-1
View File
@@ -7,7 +7,6 @@ services:
context: .
dockerfile: docker/dockerfile/Dockerfile
target: prod
ports:
- '8887:80'
env_file:
@@ -154,7 +154,6 @@ CREATE TABLE "agents" (
"slug" text NOT NULL,
"name" text NOT NULL,
"description" text NOT NULL,
"is_archived" boolean DEFAULT false,
"created_at" timestamp DEFAULT now() NOT NULL,
"updated_at" timestamp,
"last_contact" timestamp,
@@ -0,0 +1 @@
ALTER TABLE "agents" ADD COLUMN "is_archived" boolean DEFAULT false;
+1 -8
View File
@@ -1,5 +1,5 @@
{
"id": "5d68ff75-f31b-4f6a-a16f-f820fc2234aa",
"id": "2284df92-d3ee-4a3b-8430-44a62ef0d4eb",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
@@ -1068,13 +1068,6 @@
"primaryKey": false,
"notNull": true
},
"is_archived": {
"name": "is_archived",
"type": "boolean",
"primaryKey": false,
"notNull": false,
"default": false
},
"created_at": {
"name": "created_at",
"type": "timestamp",
File diff suppressed because it is too large Load Diff
+9 -2
View File
@@ -5,8 +5,15 @@
{
"idx": 0,
"version": "7",
"when": 1753637475061,
"tag": "0000_misty_liz_osborn",
"when": 1753718291841,
"tag": "0000_chilly_the_phantom",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1753718314666,
"tag": "0001_easy_red_skull",
"breakpoints": true
}
]