Showing
1 changed file
with
31 additions
and
0 deletions
1 | +{ | ||
2 | + "version": "0.3.14-fixed", | ||
3 | + "steps": [ | ||
4 | + { | ||
5 | + "tag": "CreateField", | ||
6 | + "model": "User", | ||
7 | + "field": "phoneNumber", | ||
8 | + "type": "Int", | ||
9 | + "arity": "Optional" | ||
10 | + }, | ||
11 | + { | ||
12 | + "tag": "CreateField", | ||
13 | + "model": "User", | ||
14 | + "field": "emailSecret", | ||
15 | + "type": "String", | ||
16 | + "arity": "Optional" | ||
17 | + }, | ||
18 | + { | ||
19 | + "tag": "CreateField", | ||
20 | + "model": "User", | ||
21 | + "field": "phoneSecret", | ||
22 | + "type": "String", | ||
23 | + "arity": "Optional" | ||
24 | + }, | ||
25 | + { | ||
26 | + "tag": "DeleteField", | ||
27 | + "model": "User", | ||
28 | + "field": "loginSecret" | ||
29 | + } | ||
30 | + ] | ||
31 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment