mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
feat(database): add customEntrypoint column to domain table and update journal and snapshot metadata for version 7
This commit is contained in:
1
apps/dokploy/drizzle/0158_amused_synch.sql
Normal file
1
apps/dokploy/drizzle/0158_amused_synch.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "domain" ADD COLUMN "customEntrypoint" text;
|
||||
8270
apps/dokploy/drizzle/meta/0158_snapshot.json
Normal file
8270
apps/dokploy/drizzle/meta/0158_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1107,6 +1107,13 @@
|
||||
"when": 1775246622387,
|
||||
"tag": "0157_stiff_misty_knight",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 158,
|
||||
"version": "7",
|
||||
"when": 1775270343231,
|
||||
"tag": "0158_amused_synch",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user