mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
add modified_on to files
This commit is contained in:
@@ -35,6 +35,10 @@ columns:
|
||||
type: timestamp
|
||||
nullable: false
|
||||
default: '$now'
|
||||
modified_on:
|
||||
type: timestamp
|
||||
nullable: false
|
||||
default: '$now'
|
||||
charset:
|
||||
type: string
|
||||
length: 50
|
||||
|
||||
@@ -91,3 +91,9 @@ fields:
|
||||
- collection: directus_files
|
||||
field: filesize
|
||||
display: filesize
|
||||
- collection: directus_files
|
||||
field: modified_on
|
||||
interface: dateTime
|
||||
locked: true
|
||||
special: date-updated
|
||||
width: full
|
||||
Reference in New Issue
Block a user