new db file
This commit is contained in:
parent
34c1839dcc
commit
eaaa105e91
resources/db_update_scripts
@ -1,12 +0,0 @@
|
||||
alter table `general_system_settings` drop column matchAlgorithmMatchesAreForceAccepted;
|
||||
alter table `general_system_settings` drop column supervisorsCanAcceptDeclinePIs;
|
||||
|
||||
CREATE TABLE `first_meeting` (
|
||||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||
`firstMeetingDate` datetime NOT NULL,
|
||||
`description` varchar(1024) NOT NULL,
|
||||
`supervisoridea_id` bigint(20) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `FK2E9F13AC8DE85053` (`supervisoridea_id`),
|
||||
CONSTRAINT `FK2E9F13AC8DE85053` FOREIGN KEY (`supervisoridea_id`) REFERENCES `supervisoridea` (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;
|
12
resources/db_update_scripts/db_update_2012-08-10.sql
Normal file
12
resources/db_update_scripts/db_update_2012-08-10.sql
Normal file
@ -0,0 +1,12 @@
|
||||
alter table `general_system_settings` drop column matchAlgorithmMatchesAreForceAccepted;
|
||||
alter table `general_system_settings` drop column supervisorsCanAcceptDeclinePIs;
|
||||
|
||||
CREATE TABLE `first_meeting` (
|
||||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||
`firstMeetingDate` datetime NOT NULL,
|
||||
`description` varchar(1024) NOT NULL,
|
||||
`supervisoridea_id` bigint(20) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `FK2E9F13AC8DE85053` (`supervisoridea_id`),
|
||||
CONSTRAINT `FK2E9F13AC8DE85053` FOREIGN KEY (`supervisoridea_id`) REFERENCES `supervisoridea` (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;
|
Loading…
x
Reference in New Issue
Block a user