SQL-update scripts re-packaged.

This commit is contained in:
Robin Eklund 2011-11-10 17:02:59 +01:00
parent 597bcaa658
commit bc6516db20
2 changed files with 10 additions and 10 deletions
resources/db_update_scripts

@ -1,10 +0,0 @@
DROP TABLE hand_in_file_description;
DROP TABLE hand_in_feedback_file_description;
DROP TABLE hand_in_feedback;
DROP TABLE hand_in;
DROP TABLE hand_in_activity;
DROP TABLE project_event_student;
DROP TABLE group_event_project_schedule;
DROP TABLE project_event;
DROP TABLE group_event;
DROP TABLE event;

@ -0,0 +1,10 @@
DROP TABLE hand_in_file_description;
DROP TABLE hand_in_feedback_file_description;
DROP TABLE hand_in_feedback;
DROP TABLE hand_in;
DROP TABLE hand_in_activity;
DROP TABLE project_event_student;
DROP TABLE group_event_project_schedule;
DROP TABLE project_event;
DROP TABLE group_event;
DROP TABLE event;