mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
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:
parent
f2671f9369
commit
4c9835d1f3
@ -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
@ -659,13 +659,6 @@
|
|||||||
"when": 1750397258622,
|
"when": 1750397258622,
|
||||||
"tag": "0093_nice_gorilla_man",
|
"tag": "0093_nice_gorilla_man",
|
||||||
"breakpoints": true
|
"breakpoints": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"idx": 94,
|
|
||||||
"version": "7",
|
|
||||||
"when": 1750443891684,
|
|
||||||
"tag": "0094_brief_silver_fox",
|
|
||||||
"breakpoints": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user