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
{{ message }}
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
There are a couple of needs with regard to database migrations we need to address
Ideally each module should bring its own migrations. Right now everything is in platform/store/rdbms/migrations, it would be great to split between platform, shop and cms
A migration check could be performed at start-up time, and the application would refuse to start up if there are migrations not applied yet
The text was updated successfully, but these errors were encountered:
There are a couple of needs with regard to database migrations we need to address
The text was updated successfully, but these errors were encountered: