This commit is contained in:
fred-fri 2013-04-12 11:23:16 +09:00
parent 53db015d78
commit 81734414b3

@ -35,7 +35,6 @@ CREATE TABLE `forum_posts` (
drop table idea_student;
drop table supervisoridea_Keyword;
alter table supervisoridea_match drop foreign key FKF66B57E5BCA56165;
alter table supervisoridea_match drop foreign key FKF66B57E58DE85053;
alter table supervisoridea_match drop foreign key FKF66B57E59AA5FCB;
@ -58,23 +57,6 @@ alter table supervisoridea drop index FKD75F9E5F4E257FBF;
drop table supervisoridea_match;
-- ALTER TABLE `supervisoridea` DROP `match_id`;
-- ALTER TABLE `supervisoridea` DROP `showSupervisor`;
-- ALTER TABLE `supervisoridea` DROP `researchArea_id`;
-- ALTER TABLE `supervisoridea` DROP `requirements`;
-- ALTER TABLE `supervisoridea` DROP `description`;
-- ALTER TABLE `supervisoridea` DROP `applicationPeriod_id`;
-- ALTER TABLE `supervisoridea` DROP `projectClass_id`;
-- ALTER TABLE `supervisoridea` DROP `project_id`;
-- ALTER TABLE `supervisoridea` DROP `why`;
-- ALTER TABLE `supervisoridea` DROP `what`;
-- ALTER TABLE `supervisoridea` DROP `theoryHow`;
-- ALTER TABLE `supervisoridea` DROP `practicalHow`;
-- ALTER TABLE `supervisoridea` DROP `title`;
-- ALTER TABLE `supervisoridea` DROP `version`;
-- ALTER TABLE `supervisoridea` DROP `lastModified`;
-- ALTER TABLE `supervisoridea` DROP `dateCreated`;
drop table first_meeting;
drop table supervisoridea;
@ -84,14 +66,12 @@ drop table projectIdea_Keyword;
drop table projectidea_first_meeting;
drop table projectIdea_employee;
-- alter table projectIdea drop foreign key suggestedReviewer_id;
alter table projectIdea drop foreign key FKC7F5C9B0BEC322C1;
alter table projectIdea drop foreign key FKC7F5C9B0225C6E84;
alter table projectIdea drop foreign key FKC7F5C9B0B2B6081F;
alter table projectIdea drop foreign key FKC7F5C9B048F01CA1;
alter table projectIdea drop foreign key FKC7F5C9B0C1813915;
-- alter table projectIdea drop index suggestedReviewer_id;
alter table projectIdea drop index FKC7F5C9B0BEC322C1;
alter table projectIdea drop index FKC7F5C9B0225C6E84;
alter table projectIdea drop index FKC7F5C9B0B2B6081F;
@ -101,23 +81,9 @@ alter table projectIdea drop index FKC7F5C9B0C1813915;
delete from matchings;
delete from projectIdea;
-- alter table matchings drop foreign key FK24A2D4169AA5FCB;
-- alter table matchings drop foreign key FK24A2D4164E31D7A1;
-- alter table matchings drop foreign key FK24A2D416BCA56165;
-- alter table matchings drop foreign key FK24A2D416D0C9D7F5;
--
-- alter table matchings drop index FK24A2D4169AA5FCB;
-- alter table matchings drop index FK24A2D4164E31D7A1;
-- alter table matchings drop index FK24A2D416BCA56165;
-- alter table matchings drop index FK24A2D416D0C9D7F5;
drop table matchings;
drop table projectIdea;
--
-- Table structure for table `NonWorkDayPeriod`
--
CREATE TABLE IF NOT EXISTS `NonWorkDayPeriod` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`dateCreated` datetime NOT NULL,