Merge pull request #6125 from tsiegleauq/add-imported_at

Add imported_at to models.yml
This commit is contained in:
Sean 2021-06-21 15:08:47 +02:00 committed by GitHub
commit 6f24efa544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

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