Events: remove timestamp

This commit is contained in:
He4eT 2025-05-29 11:18:20 +02:00
commit d664afb574
2 changed files with 3 additions and 6 deletions

View file

@ -4,7 +4,8 @@
"info": {
"singularName": "event",
"pluralName": "events",
"displayName": "Event"
"displayName": "Event",
"description": ""
},
"options": {
"draftAndPublish": false
@ -18,10 +19,6 @@
"type": "string",
"required": true
},
"timestamp": {
"type": "biginteger",
"required": true
},
"extra": {
"type": "text"
}