Commit f1b29aa
authored
Allow for setting the
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.skip_table_creation opt (#184)1 parent bb3504e commit f1b29aa
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments