sql table facetoface_sessions_dates question

sql table facetoface_sessions_dates question

by Vaduvoiu Tiberiu -
Number of replies: 1
Hi, I have a small question regarding the sql table:
facetoface_sessions_dates

this tables contains the dates and times of sessions. but I see that the entries have duplicate sessionid. So for each sessionid, I have 2 entries with timestart and timefinish Why is that? Shouldn't there be only 1 entry?
Does 1 entry represent the date and the other the time?
Can someone explain to me pls why there are 2 entries for each sessionid?

10x in advance
Average of ratings: -
In reply to Vaduvoiu Tiberiu

Re: sql table facetoface_sessions_dates question

by François Marier -
You're right, this table can contain more than one date per session. This is to support the multi-day sessions.

So for example if you want people to signup for a 2-day first aid course, you can create a single session which requires people to show up on both days.

Cheers,
Francois