Prefix existing field typecasting flags with "cast-" (#12141)

* Prefix typecasting field flags

* Fix payload test

* Update flags for system tables and for field creation in app

* Revert cast-hash and cast-uuid

* Rename migrations file to current date
This commit is contained in:
ian
2022-03-22 02:46:48 +08:00
committed by GitHub
parent 716e02f21f
commit e2eb2801c5
17 changed files with 131 additions and 51 deletions

View File

@@ -3,15 +3,15 @@ table: directus_presets
fields:
- field: filter
hidden: true
special: json
special: cast-json
- field: layout_query
hidden: true
special: json
special: cast-json
- field: layout_options
hidden: true
special: json
special: cast-json
- field: role
width: half