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
Remove db:migrate and exec "$@" from production entrypoint.
Currently, db:migrate fails in production because migrations were defined in SQLite instead of MySQL.
This matters since the two handle references differently (MySQL uses bigints), so some migrations
involving them fail.
0 commit comments