fourth-spark 0.11.4 → 0.11.7
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/{0007_soft_praxagora.sql → 0007_melted_elektra.sql} +2 -0
- package/drizzle/meta/0007_snapshot.json +1 -61
- package/drizzle/meta/_journal.json +2 -2
- package/package.json +1 -1
- package/public/assets/index-BLU-lgY4.js +636 -0
- package/public/assets/index-DG0lx_UT.css +1 -0
- package/public/assets/{web-Bhp1xkru.js → web-BYiyNGLx.js} +1 -1
- package/public/index.html +2 -2
- package/public/assets/index-U_OUEsk5.js +0 -631
- package/public/assets/index-YYLZk-ga.css +0 -1
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
ALTER TABLE "device_tokens" DISABLE ROW LEVEL SECURITY;--> statement-breakpoint
|
|
2
|
+
DROP TABLE "device_tokens" CASCADE;--> statement-breakpoint
|
|
1
3
|
ALTER TABLE "agent_memories" ADD COLUMN "history" jsonb DEFAULT '[]'::jsonb;--> statement-breakpoint
|
|
2
4
|
ALTER TABLE "custom_agents" ADD COLUMN "description" text DEFAULT '' NOT NULL;--> statement-breakpoint
|
|
3
5
|
ALTER TABLE "custom_agents" ADD COLUMN "variant" text;--> statement-breakpoint
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
2
|
+
"id": "0f7efa70-5eb3-4fc1-91d2-f94ff97a45c0",
|
|
3
3
|
"prevId": "7cc6db26-a6b1-412a-bd46-9db4650f98b6",
|
|
4
4
|
"version": "7",
|
|
5
5
|
"dialect": "postgresql",
|
|
@@ -377,66 +377,6 @@
|
|
|
377
377
|
"checkConstraints": {},
|
|
378
378
|
"isRLSEnabled": false
|
|
379
379
|
},
|
|
380
|
-
"public.device_tokens": {
|
|
381
|
-
"name": "device_tokens",
|
|
382
|
-
"schema": "",
|
|
383
|
-
"columns": {
|
|
384
|
-
"id": {
|
|
385
|
-
"name": "id",
|
|
386
|
-
"type": "text",
|
|
387
|
-
"primaryKey": true,
|
|
388
|
-
"notNull": true
|
|
389
|
-
},
|
|
390
|
-
"token": {
|
|
391
|
-
"name": "token",
|
|
392
|
-
"type": "text",
|
|
393
|
-
"primaryKey": false,
|
|
394
|
-
"notNull": true
|
|
395
|
-
},
|
|
396
|
-
"platform": {
|
|
397
|
-
"name": "platform",
|
|
398
|
-
"type": "text",
|
|
399
|
-
"primaryKey": false,
|
|
400
|
-
"notNull": true,
|
|
401
|
-
"default": "'ios'"
|
|
402
|
-
},
|
|
403
|
-
"created_at": {
|
|
404
|
-
"name": "created_at",
|
|
405
|
-
"type": "bigint",
|
|
406
|
-
"primaryKey": false,
|
|
407
|
-
"notNull": true
|
|
408
|
-
},
|
|
409
|
-
"updated_at": {
|
|
410
|
-
"name": "updated_at",
|
|
411
|
-
"type": "bigint",
|
|
412
|
-
"primaryKey": false,
|
|
413
|
-
"notNull": true
|
|
414
|
-
}
|
|
415
|
-
},
|
|
416
|
-
"indexes": {
|
|
417
|
-
"device_tokens_token_idx": {
|
|
418
|
-
"name": "device_tokens_token_idx",
|
|
419
|
-
"columns": [
|
|
420
|
-
{
|
|
421
|
-
"expression": "token",
|
|
422
|
-
"isExpression": false,
|
|
423
|
-
"asc": true,
|
|
424
|
-
"nulls": "last"
|
|
425
|
-
}
|
|
426
|
-
],
|
|
427
|
-
"isUnique": true,
|
|
428
|
-
"concurrently": false,
|
|
429
|
-
"method": "btree",
|
|
430
|
-
"with": {}
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
"foreignKeys": {},
|
|
434
|
-
"compositePrimaryKeys": {},
|
|
435
|
-
"uniqueConstraints": {},
|
|
436
|
-
"policies": {},
|
|
437
|
-
"checkConstraints": {},
|
|
438
|
-
"isRLSEnabled": false
|
|
439
|
-
},
|
|
440
380
|
"public.git_hosts": {
|
|
441
381
|
"name": "git_hosts",
|
|
442
382
|
"schema": "",
|