refactor(domain): remove deprecated columns internalPath and stripPath from domain schema

- Deleted SQL statements for internalPath and stripPath columns in the domain table.
- Updated journal and snapshot metadata to reflect the removal of these columns.
This commit is contained in:
Mauricio Siu 2025-06-21 23:38:39 -06:00
parent f2671f9369
commit 4c9835d1f3
3 changed files with 0 additions and 5741 deletions

View File

@ -1,2 +0,0 @@
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

@ -659,13 +659,6 @@
"when": 1750397258622,
"tag": "0093_nice_gorilla_man",
"breakpoints": true
},
{
"idx": 94,
"version": "7",
"when": 1750443891684,
"tag": "0094_brief_silver_fox",
"breakpoints": true
}
]
}