Files
cadhub/api/prisma/migrations/20201105184423-add-name-to-user/steps.json
2020-11-06 06:43:16 +11:00

12 lines
185 B
JSON

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