-
Notifications
You must be signed in to change notification settings - Fork 28
allow migrations through env var #1818
Copy link
Copy link
Open
Labels
BackendMost or all of the changes for this issue will be in the backend code.Most or all of the changes for this issue will be in the backend code.DatabaseIssue that alters only configs of a database itselfIssue that alters only configs of a database itself
Metadata
Metadata
Assignees
Labels
BackendMost or all of the changes for this issue will be in the backend code.Most or all of the changes for this issue will be in the backend code.DatabaseIssue that alters only configs of a database itselfIssue that alters only configs of a database itself
Type
Projects
Status
Blocked
instead of deciding if we want to always perform migrations or if we want to block them, we could have them be gated by an environment variable, so that we can change the behavior if needed, and especially decide if we want them to run only on production or on staging too