new db update file
This commit is contained in:
parent
e6c25f1abd
commit
acf24198b8
resources/db_update_scripts
@ -1,8 +0,0 @@
|
||||
CREATE TABLE `projectIdea_Employee` (
|
||||
`projectIdea_id` bigint(20) NOT NULL,
|
||||
`supervisorInterest_id` bigint(20) NOT NULL,
|
||||
KEY `FK485C987D4E31D7A1` (`projectIdea_id`),
|
||||
KEY `FK485C987DBB2259FB` (`supervisorInterest_id`),
|
||||
CONSTRAINT `FK485C987DBB2259FB` FOREIGN KEY (`supervisorInterest_id`) REFERENCES `role` (`id`),
|
||||
CONSTRAINT `FK485C987D4E31D7A1` FOREIGN KEY (`projectIdea_id`) REFERENCES `projectIdea` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1
|
8
resources/db_update_scripts/db_update_2012-04-01.sql
Normal file
8
resources/db_update_scripts/db_update_2012-04-01.sql
Normal file
@ -0,0 +1,8 @@
|
||||
CREATE TABLE `projectIdea_Employee` (
|
||||
`projectIdea_id` bigint(20) NOT NULL,
|
||||
`supervisorInterest_id` bigint(20) NOT NULL,
|
||||
KEY `FK485C987D4E31D7A1` (`projectIdea_id`),
|
||||
KEY `FK485C987DBB2259FB` (`supervisorInterest_id`),
|
||||
CONSTRAINT `FK485C987DBB2259FB` FOREIGN KEY (`supervisorInterest_id`) REFERENCES `role` (`id`),
|
||||
CONSTRAINT `FK485C987D4E31D7A1` FOREIGN KEY (`projectIdea_id`) REFERENCES `projectIdea` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1
|
Loading…
x
Reference in New Issue
Block a user