Warn on Missing Migrations (#6580)

* added warn when migrations have not all been run

* fixed imports

* added better error handling

* Update api/src/database/index.ts

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>

* migration is its own file

* added custom migrations path

* Handle non-existing custom migrations folder

Co-authored-by: jaycammarano <jaycammarano@gmail.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
Jay Cammarano
2021-08-02 15:52:10 -04:00
committed by GitHub
parent 1881139188
commit 0b17fdcf81
7 changed files with 230 additions and 100 deletions

View File

@@ -157,8 +157,8 @@ This pane includes any customization options that may be defined by the Display.
### Conditions
Conditions allow you to alter the current field's setup based on the values of other fields in the form. This
allows you to show/hide the field, make it readonly, or change the interface options.
Conditions allow you to alter the current field's setup based on the values of other fields in the form. This allows you
to show/hide the field, make it readonly, or change the interface options.
Each field can have one or more _rules_. Each rule has the following configuration options: