ifms-pti/server/prisma/migrations/20201119134248-add-controller-to-wifi-device/steps.json
2020-11-19 11:23:31 -04:00

37 lines
724 B
JSON

{
"version": "0.3.14-fixed",
"steps": [
{
"tag": "CreateField",
"model": "WifiDevice",
"field": "controller",
"type": "String",
"arity": "Required"
},
{
"tag": "CreateDirective",
"location": {
"path": {
"tag": "Field",
"model": "WifiDevice",
"field": "controller"
},
"directive": "default"
}
},
{
"tag": "CreateArgument",
"location": {
"tag": "Directive",
"path": {
"tag": "Field",
"model": "WifiDevice",
"field": "controller"
},
"directive": "default"
},
"argument": "",
"value": "\"unknown\""
}
]
}