Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for setting the
skip_table_creation
opt (#184)
In scenarios where you might be running your local dev environment in such a way that the database user does not have create table permissions this allows you to configure the `CheckRepoStatus` Plug in such a way that it won't constantly report a misleading error about the migration table not existing.
- Loading branch information