Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore migrations when a repo is read_only #170

Closed

Conversation

Gazler
Copy link
Member

@Gazler Gazler commented Sep 14, 2023

For a read_only repo, it is likely that attempting to run the migrations will result in an error. If the read_only: true config is set then the migrations check is skipped.

This closes #169

For a read_only repo, it is likely that attempting to run the migrations
will result in an error. If the `read_only: true` config is set then the
migrations check is skipped.

This closes phoenixframework#169
@josevalim josevalim closed this Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Phoenix.Endpoint.SyncCodeReloadPlug issues CREATE TABLE even though repo is read-only
2 participants