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
Currently it is only possible to register migrations as data.
It should be possible to create 1_up.sql and 1_down.sql and so on in database/. The migrations should be registered under a configurable namespace, the default could be something like app.
We don't want timestamps in the migration file names to end up with merge conflicts that need to be resolved.
Currently it is only possible to register migrations as data.
It should be possible to create
1_up.sql
and1_down.sql
and so on indatabase/
. The migrations should be registered under a configurable namespace, the default could be something likeapp
.We don't want timestamps in the migration file names to end up with merge conflicts that need to be resolved.
Consider implementing this first: #387
The text was updated successfully, but these errors were encountered: