From f538d034568adf339c5d4396771510d59602cfcc Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Thu, 27 Aug 2020 09:45:23 -0400 Subject: [PATCH] Rename operation->action, add validation --- api/src/database/seeds/system.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/api/src/database/seeds/system.yaml b/api/src/database/seeds/system.yaml index 01ffe15513..9a26748ab4 100644 --- a/api/src/database/seeds/system.yaml +++ b/api/src/database/seeds/system.yaml @@ -310,12 +310,14 @@ tables: references: table: directus_collections column: collection - operation: + action: type: string length: 10 nullable: false permissions: type: json + validation: + type: json presets: type: json fields: @@ -1787,15 +1789,16 @@ rows: defaults: role: null collection: null - operation: null + action: null permissions: null + validation: null presets: null fields: null limit: null data: - collection: directus_settings - operation: read + action: read permissions: {} fields: "project_name,project_logo,project_color,public_foreground,public_background,public_note"