Files
cadhub/api/db/migrations/20201105184423-add-name-to-user/steps.json
2021-02-28 16:49:19 +11:00

12 lines
185 B
JSON

{
"version": "0.3.14-fixed",
"steps": [
{
"tag": "CreateField",
"model": "User",
"field": "name",
"type": "String",
"arity": "Optional"
}
]
}