feat(domain): add internalPath and stripPath columns to domain schema

- Introduced new columns `internalPath` (text) with a default value of '/' and `stripPath` (boolean) with a default value of false to the domain table.
- Updated journal metadata to reflect the addition of these columns.
This commit is contained in:
Mauricio Siu 2025-06-21 23:39:22 -06:00
parent 6061a443d1
commit b685a817fd
3 changed files with 5849 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE "domain" ADD COLUMN "internalPath" text DEFAULT '/';--> statement-breakpoint
ALTER TABLE "domain" ADD COLUMN "stripPath" boolean DEFAULT false NOT NULL;

File diff suppressed because it is too large Load Diff

View File

@ -687,6 +687,13 @@
"when": 1750567641441,
"tag": "0097_hard_lizard",
"breakpoints": true
},
{
"idx": 98,
"version": "7",
"when": 1750570751159,
"tag": "0098_warm_tiger_shark",
"breakpoints": true
}
]
}