mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
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:
parent
6061a443d1
commit
b685a817fd
2
apps/dokploy/drizzle/0098_warm_tiger_shark.sql
Normal file
2
apps/dokploy/drizzle/0098_warm_tiger_shark.sql
Normal 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;
|
5840
apps/dokploy/drizzle/meta/0098_snapshot.json
Normal file
5840
apps/dokploy/drizzle/meta/0098_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user