Add imported_at to models.yml

Adds the imported_at field to the models.yml file
This commit is contained in:
Sean 2021-06-21 15:07:30 +02:00
parent 8c1fa5be91
commit a841919c31
3 changed files with 9 additions and 6 deletions

View File

@ -94,6 +94,7 @@
"location": "",
"start_time": 0,
"end_time": 0,
"imported_at": null,
"jitsi_domain": "",
"jitsi_room_name": "",

View File

@ -240,6 +240,7 @@
"location": "",
"start_time": 0,
"end_time": 0,
"imported_at": null,
"welcome_title": "Welcome to OpenSlides",
"welcome_text": "[Space for your welcome text.]",

View File

@ -343,6 +343,7 @@ meeting:
location: string
start_time: timestamp
end_time: timestamp
imported_at: timestamp
# Configuration (only for the server owner)
jitsi_domain: