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

[5.5] Fix for migrate:fresh command being unusable if PostGIS is installed #21778

Merged
merged 2 commits into from
Oct 22, 2017
Merged

[5.5] Fix for migrate:fresh command being unusable if PostGIS is installed #21778

merged 2 commits into from
Oct 22, 2017

Commits on Oct 22, 2017

  1. By excluding the spatial_ref_sys table from being deleted, the

    migrate:fresh command and the RefreshDatabase trait for testing become
    usable if the PostGIS extension is enabled for a Postgres database.
    boris-glumpler committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    f0a0dcc View commit details
    Browse the repository at this point in the history
  2. Fixed style issues

    boris-glumpler committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    833b98c View commit details
    Browse the repository at this point in the history