Merge pull request #6125 from tsiegleauq/add-imported_at
Add imported_at to models.yml
This commit is contained in:
commit
6f24efa544
@ -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": "",
|
||||||
|
@ -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.]",
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user