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
Init EB DB using migrations instead of schema:create
Prior to this change, the EB DB schema in devconf would deviate from the migrations (prod) database, because new changes would be applied automatically via schema:create instead of applying the migrations.
This change ensures the EB DB is bootstrapped using the database migrations to match prod.
Resolves: OpenConext/OpenConext-engineblock#1861
0 commit comments