databasändringar

This commit is contained in:
Fredrik Friis 2012-01-13 17:53:20 +09:00
parent 7ef6cee519
commit a55c4cb432

@ -1,4 +1,3 @@
ALTER TABLE `project_schedule_event` CHANGE `name` `name` VARCHAR( 500 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
projectscheduleevent name öka antalet chars till 500 istället för 50
ALTER TABLE `scipro`.`mail_event_recipients` DROP PRIMARY KEY ,
ADD PRIMARY KEY ( `recipients_id` , `mail_event_id` )
mail_event_recipients gör primary av en kombination av båda fälten istället för bara det ena