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
To create a new migration use the create subcommand. For example, micrate create add_users_table will create a new SQL migration file with a name such as...
micrate create only creates a database as specified in the database url. See here:
But do we want to just fix the README to omit migration creation or have create create migrations as expected and move the database creation to another command like createdb?
micrate create
only creates a database as specified in the database url. See here:https://github.com/amberframework/micrate/blob/master/src/micrate/cli.cr#L134
The text was updated successfully, but these errors were encountered: