Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Enable/Disable Postgis without a table #77

Merged
merged 1 commit into from
Jun 20, 2017

Conversation

grimzy
Copy link
Contributor

@grimzy grimzy commented Jun 20, 2017

Currently, to use migrations to enable or disable Postgis requires a table:

Schema::create('some_table', function (Blueprint $table) {
    $table->enablePostgis();
});

This pull request enables the use of Schema::enablePostgis() and Schema::disablePostgis() directly on the schema which makes more sense.

@coveralls
Copy link

coveralls commented Jun 20, 2017

Coverage Status

Changes Unknown when pulling 88c3d10 on grimzy:extension-on-schema into ** on njbarrett:master**.

@njbarrett
Copy link
Collaborator

This looks good, thanks for your contribution!

@njbarrett njbarrett merged commit 257f4df into mstaack:master Jun 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants