added new db file
This commit is contained in:
parent
37dcf999c8
commit
bcd7c64e21
resources/db_update_scripts
@ -1,5 +0,0 @@
|
||||
ALTER TABLE `final_seminar`
|
||||
ADD COLUMN `examiner_id` bigint(20) DEFAULT NULL,
|
||||
ADD CONSTRAINT `FK49900D2873048D7F` FOREIGN KEY (`examiner_id`) REFERENCES `role` (`id`);
|
||||
|
||||
|
5
resources/db_update_scripts/db_update_2013-04-05.sql
Executable file
5
resources/db_update_scripts/db_update_2013-04-05.sql
Executable file
@ -0,0 +1,5 @@
|
||||
ALTER TABLE `final_seminar`
|
||||
ADD COLUMN `examiner_id` bigint(20) DEFAULT NULL,
|
||||
ADD CONSTRAINT `FK49900D2873048D7F` FOREIGN KEY (`examiner_id`) REFERENCES `role` (`id`);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user