new db update file
This commit is contained in:
parent
16d48e64cd
commit
06be88e3bc
resources/db_update_scripts
@ -1,21 +0,0 @@
|
||||
-- we choose not to have any default DATETIME values
|
||||
ALTER TABLE `ApplicationPeriod` CHANGE `startDate` `startDate` DATETIME NOT NULL,
|
||||
CHANGE `endDate` `endDate` DATETIME NOT NULL,
|
||||
CHANGE `name` `name` varchar(255) NOT NULL
|
||||
|
||||
|
||||
-- Add Thesis Support-user to Scipro database.
|
||||
INSERT INTO `scipro`.`user` (
|
||||
`id` ,
|
||||
`dateCreated` ,
|
||||
`lastModified` ,
|
||||
`deleted` ,
|
||||
`emailAddress` ,
|
||||
`firstName` ,
|
||||
`identifier` ,
|
||||
`lastName` ,
|
||||
`version`
|
||||
)
|
||||
VALUES (
|
||||
NULL , '2012-02-21 10:27:30', '2012-02-21 10:27:35','0', 'thesissupport@dsv.su.se', 'Thesis', NULL , 'Support', '0'
|
||||
);
|
21
resources/db_update_scripts/update_db_2012-02-24.sql
Normal file
21
resources/db_update_scripts/update_db_2012-02-24.sql
Normal file
@ -0,0 +1,21 @@
|
||||
-- we choose not to have any default DATETIME values
|
||||
ALTER TABLE `ApplicationPeriod` CHANGE `startDate` `startDate` DATETIME NOT NULL,
|
||||
CHANGE `endDate` `endDate` DATETIME NOT NULL,
|
||||
CHANGE `name` `name` varchar(255) NOT NULL
|
||||
|
||||
|
||||
-- Add Thesis Support-user to Scipro database.
|
||||
INSERT INTO `scipro`.`user` (
|
||||
`id` ,
|
||||
`dateCreated` ,
|
||||
`lastModified` ,
|
||||
`deleted` ,
|
||||
`emailAddress` ,
|
||||
`firstName` ,
|
||||
`identifier` ,
|
||||
`lastName` ,
|
||||
`version`
|
||||
)
|
||||
VALUES (
|
||||
NULL , '2012-02-21 10:27:30', '2012-02-21 10:27:35','0', 'thesissupport@dsv.su.se', 'Thesis', NULL , 'Support', '0'
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user