fourth-spark 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/drizzle/{0005_military_tomorrow_man.sql → 0005_many_dark_phoenix.sql} +1 -0
- package/drizzle/meta/0005_snapshot.json +8 -1
- package/drizzle/meta/_journal.json +2 -2
- package/package.json +1 -1
- package/public/assets/{index-Pm8JFBuq.js → index-C65g-OWr.js} +34 -34
- package/public/assets/index-DDxNCruI.css +1 -0
- package/public/index.html +2 -2
- package/public/assets/index-BM3mpWqt.css +0 -1
|
@@ -10,6 +10,7 @@ CREATE TABLE "workspaces" (
|
|
|
10
10
|
"updated_at" bigint NOT NULL
|
|
11
11
|
);
|
|
12
12
|
--> statement-breakpoint
|
|
13
|
+
ALTER TABLE "repos" ADD COLUMN "worktree_enabled" integer DEFAULT 0 NOT NULL;--> statement-breakpoint
|
|
13
14
|
ALTER TABLE "sessions" ADD COLUMN "workspace_id" text;--> statement-breakpoint
|
|
14
15
|
ALTER TABLE "sessions" ADD COLUMN "completed_at" bigint;--> statement-breakpoint
|
|
15
16
|
ALTER TABLE "workspaces" ADD CONSTRAINT "workspaces_repo_id_repos_id_fk" FOREIGN KEY ("repo_id") REFERENCES "public"."repos"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
2
|
+
"id": "d273c45c-bd95-42e8-983d-98665604d883",
|
|
3
3
|
"prevId": "04cabd55-cedd-49ea-b94d-305c7cea5bc0",
|
|
4
4
|
"version": "7",
|
|
5
5
|
"dialect": "postgresql",
|
|
@@ -1468,6 +1468,13 @@
|
|
|
1468
1468
|
"notNull": true,
|
|
1469
1469
|
"default": "'inactive'"
|
|
1470
1470
|
},
|
|
1471
|
+
"worktree_enabled": {
|
|
1472
|
+
"name": "worktree_enabled",
|
|
1473
|
+
"type": "integer",
|
|
1474
|
+
"primaryKey": false,
|
|
1475
|
+
"notNull": true,
|
|
1476
|
+
"default": 0
|
|
1477
|
+
},
|
|
1471
1478
|
"created_at": {
|
|
1472
1479
|
"name": "created_at",
|
|
1473
1480
|
"type": "bigint",
|