Skip to content

Commit

Permalink
fix(shared): don't remove break time in the schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Apr 23, 2024
1 parent 34fe370 commit a68a8b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ DELETE FROM TalkSessionWithSpeakers WHERE event_id == ? AND talk_id IN ?;
diffSessions:
SELECT id
FROM Session
WHERE event_id == ? AND id NOT IN ?;
WHERE event_id == ? AND id NOT IN ? AND talk_id != "";

deleteSessions:
DELETE FROM Session WHERE event_id == ? AND id IN ?;

0 comments on commit a68a8b1

Please sign in to comment.