mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: migrations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "e5196aec-c724-4f9e-bb4e-81dca01905e4",
|
||||
"id": "3dff4fa9-1d03-4748-b3ee-908c34324171",
|
||||
"prevId": "771c1412-7931-4f79-a789-055b0f51cf0f",
|
||||
"version": "6",
|
||||
"dialect": "postgresql",
|
||||
@@ -2392,8 +2392,8 @@
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"customGitSSHKey": {
|
||||
"name": "customGitSSHKey",
|
||||
"customGitSSHKeyId": {
|
||||
"name": "customGitSSHKeyId",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
@@ -2435,6 +2435,19 @@
|
||||
},
|
||||
"indexes": {},
|
||||
"foreignKeys": {
|
||||
"compose_customGitSSHKeyId_ssh-key_sshKeyId_fk": {
|
||||
"name": "compose_customGitSSHKeyId_ssh-key_sshKeyId_fk",
|
||||
"tableFrom": "compose",
|
||||
"tableTo": "ssh-key",
|
||||
"columnsFrom": [
|
||||
"customGitSSHKeyId"
|
||||
],
|
||||
"columnsTo": [
|
||||
"sshKeyId"
|
||||
],
|
||||
"onDelete": "set null",
|
||||
"onUpdate": "no action"
|
||||
},
|
||||
"compose_projectId_project_projectId_fk": {
|
||||
"name": "compose_projectId_project_projectId_fk",
|
||||
"tableFrom": "compose",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -187,15 +187,8 @@
|
||||
{
|
||||
"idx": 26,
|
||||
"version": "6",
|
||||
"when": 1721928706816,
|
||||
"tag": "0026_yielding_king_cobra",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 27,
|
||||
"version": "6",
|
||||
"when": 1721937297064,
|
||||
"tag": "0027_fantastic_squadron_sinister",
|
||||
"when": 1721979220929,
|
||||
"tag": "0026_known_dormammu",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user