Merge pull request #6400 from neobyteUK/master
Fix incorrect YAML datetime version field.
This commit is contained in:
commit
318e9a5596
1 changed files with 2 additions and 2 deletions
|
@ -247,8 +247,8 @@ timestamp or datetime):
|
|||
type: entity
|
||||
fields:
|
||||
version:
|
||||
version:
|
||||
type: datetime
|
||||
type: datetime
|
||||
version: true
|
||||
|
||||
Version numbers (not timestamps) should however be preferred as
|
||||
they can not potentially conflict in a highly concurrent
|
||||
|
|
Loading…
Add table
Reference in a new issue