Y
Hacker News
new
|
ask
|
show
|
jobs
by
fishgoesblub
87 days ago
Is it possible to initialise a fresh database without manually running commands to run migrations? I'm not seeing anything in the docs to do so.
1 comments
mr_Fatalyst
86 days ago
Right now it's CLI-based: 'oxyde migrate'. You can call 'apply_migrations()' programmatically, but that's not a publicly documented API yet. Good point though, worth adding.
link