mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
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:
parent
2e2b91d7a5
commit
ac3ef0ea06
4 changed files with 5 additions and 5 deletions
|
|
@ -1345,8 +1345,7 @@
|
|||
"name": "sanctions",
|
||||
"type": "text[]",
|
||||
"primaryKey": false,
|
||||
"notNull": false,
|
||||
"default": "'RRAY['"
|
||||
"notNull": false
|
||||
},
|
||||
"publicKey": {
|
||||
"name": "publicKey",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue