mirror of
https://github.com/directus/directus.git
synced 2026-01-26 08:18:10 -05:00
Rename operation->action, add validation
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user