chore: update migration

This commit is contained in:
Mauricio Siu
2024-07-16 00:39:26 -06:00
parent 79ad0818f5
commit 1bf518f768
13 changed files with 38 additions and 14643 deletions

View File

@@ -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": {},