fix(database): 🚑 Fixed migrations not running on fresh databases

Incorrect SQL data in migrations would cause freshly created database to fail migrations
This commit is contained in:
Jesse Wierzbinski 2024-04-14 13:41:11 -10:00
parent 2e2b91d7a5
commit ac3ef0ea06
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -1345,8 +1345,7 @@
"name": "sanctions",
"type": "text[]",
"primaryKey": false,
"notNull": false,
"default": "'RRAY['"
"notNull": false
},
"publicKey": {
"name": "publicKey",