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
Perform stack check by loading models without waiting on migrations (#3925)
* Perform stack check by loading models without waiting on migrations
We do this because we want to be able to call the stack checker
prior to running migrations. This is so that if the stack checker fails
the deployment then new migrations will not have run and we are left
a clean state.
Co-authored-by: Sam Gunaratne <[email protected]>
* Checking the stacks table exists to prevent stack_check error on a clean install
Co-authored-by: Sam Gunaratne <[email protected]>
---------
Co-authored-by: Sam Gunaratne <[email protected]>
0 commit comments