Wiped out the DB to get the migration to work

This commit is contained in:
Kurt Hutten
2020-10-30 17:21:06 +11:00
parent 62d26aea45
commit fa0f42d88b
8 changed files with 1236 additions and 31 deletions

View File

@@ -0,0 +1,38 @@
{
"version": "0.3.14-fixed",
"steps": [
{
"tag": "DeleteDirective",
"location": {
"path": {
"tag": "Field",
"model": "Part",
"field": "updatedAt"
},
"directive": "default"
}
},
{
"tag": "DeleteDirective",
"location": {
"path": {
"tag": "Field",
"model": "Part",
"field": "authorUserName"
},
"directive": "default"
}
},
{
"tag": "DeleteDirective",
"location": {
"path": {
"tag": "Field",
"model": "User",
"field": "userName"
},
"directive": "default"
}
}
]
}