Created
December 14, 2017 17:55
-
-
Save jy95/6898beb8a94da002fb9c5ccac5a250bd to your computer and use it in GitHub Desktop.
Super Cleaner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- NOTRE MODULE | |
DELETE FROM student_collaboration_helprequest_skill; | |
DELETE FROM student_collaboration_helprequest; | |
DELETE FROM student_collaboration_studentcollaborator; | |
DELETE FROM student_collaboration_collaborativesettings; | |
-- TOUTE LA CRASSE D'OSCAR | |
DELETE FROM skills_studentskill; | |
DELETE FROM promotions_lesson_students; | |
DELETE FROM promotions_lesson_professors; | |
DELETE FROM examinations_testskillfromclass; | |
DELETE FROM examinations_testfromclass; | |
DELETE FROM examinations_basetest_skills; | |
DELETE FROM examinations_testexercice; | |
DELETE FROM examinations_answer; | |
DELETE FROM examinations_teststudent; | |
DELETE FROM examinations_test; | |
DELETE FROM examinations_basetest; | |
DELETE FROM promotions_lesson; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment