You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kallax models should be generated with 'make generate-go',
kallax migrations should be generated with
'MIGRTION_NAME=<name> make generate-migrations' and packed
with 'make pack-migrations'
All the code generation: kallax and vendor can be done
at once with 'make generate'
kallax does not work with go Modules, so it'll be disabled
issue: src-d/go-kallax#296
Signed-off-by: David Pordomingo <[email protected]>
where `<name>` is a short and descriptive name of the purpose of the migration; example: `delete_users_table`
46
+
47
+
34
48
### Dependencies
35
49
36
50
Go dependencies are managed with [go Modules](https://github.com/golang/go/wiki/Modules). Use `make vendor` to make sure the `vendor` directory is up to date, and commit any necessary changes.
0 commit comments