mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user