mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: update migration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "66d1d683-ad31-4ef4-873d-e672ff707a6d",
|
||||
"id": "7c8f815f-4fec-4505-b9c7-c28bac3451f0",
|
||||
"prevId": "3d47456f-03b7-4b45-87f2-057df7e9cb0b",
|
||||
"version": "6",
|
||||
"dialect": "postgresql",
|
||||
@@ -2541,7 +2541,7 @@
|
||||
},
|
||||
"smtpPort": {
|
||||
"name": "smtpPort",
|
||||
"type": "text",
|
||||
"type": "integer",
|
||||
"primaryKey": false,
|
||||
"notNull": true
|
||||
},
|
||||
@@ -2557,6 +2557,12 @@
|
||||
"primaryKey": false,
|
||||
"notNull": true
|
||||
},
|
||||
"fromAddress": {
|
||||
"name": "fromAddress",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": true
|
||||
},
|
||||
"toAddress": {
|
||||
"name": "toAddress",
|
||||
"type": "text[]",
|
||||
@@ -2620,6 +2626,13 @@
|
||||
"notNull": true,
|
||||
"default": false
|
||||
},
|
||||
"notificationType": {
|
||||
"name": "notificationType",
|
||||
"type": "notificationType",
|
||||
"typeSchema": "public",
|
||||
"primaryKey": false,
|
||||
"notNull": true
|
||||
},
|
||||
"createdAt": {
|
||||
"name": "createdAt",
|
||||
"type": "text",
|
||||
@@ -2729,7 +2742,7 @@
|
||||
"name": "channel",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": true
|
||||
"notNull": false
|
||||
}
|
||||
},
|
||||
"indexes": {},
|
||||
@@ -2885,6 +2898,16 @@
|
||||
"selfHosted",
|
||||
"cloud"
|
||||
]
|
||||
},
|
||||
"public.notificationType": {
|
||||
"name": "notificationType",
|
||||
"schema": "public",
|
||||
"values": [
|
||||
"slack",
|
||||
"telegram",
|
||||
"discord",
|
||||
"email"
|
||||
]
|
||||
}
|
||||
},
|
||||
"schemas": {},
|
||||
|
||||
Reference in New Issue
Block a user