We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0c3b1 commit 23caf60Copy full SHA for 23caf60
app/controllers/dev_controller.rb
@@ -47,6 +47,8 @@ def reset_organisation
47
organisation_sessions = Session.where(organisation:)
48
49
ClassImport.where(session: organisation_sessions).destroy_all
50
+ ConsentNotification.where(session: organisation_sessions).destroy_all
51
+ SessionNotification.where(session: organisation_sessions).destroy_all
52
53
patient_sessions = PatientSession.where(session: organisation_sessions)
54
patient_sessions.each do |patient_session|
0 commit comments