removed duplicate statements from current.sql
This commit is contained in:
parent
9ad2623d40
commit
9864cb9a41
@ -18,7 +18,6 @@ CREATE TABLE `final_seminar_thesis_review` (
|
||||
|
||||
ALTER TABLE `general_system_settings` ADD `thesisReviewsEnabled` tinyint(1) NOT NULL;
|
||||
|
||||
ALTER TABLE `NotificationSettings` DROP `notifyNewIdeaKeyword`;
|
||||
ALTER TABLE Notification DROP FOREIGN KEY FK2D45DD0B599425F6;
|
||||
ALTER TABLE Notification DROP INDEX FK2D45DD0B599425F6;
|
||||
|
||||
@ -51,8 +50,6 @@ CREATE TABLE `user_profile` (
|
||||
CONSTRAINT `FK487E2135895349BF` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
|
||||
|
||||
ALTER TABLE `general_system_settings` ADD `thesisReviewsEnabled` tinyint(1) NOT NULL;
|
||||
|
||||
ALTER TABLE `user_profile` ADD `mailCompilation` tinyint(1) NOT NULL;
|
||||
|
||||
DROP TABLE `NotificationSettings_mailType`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user