added alter scripts

This commit is contained in:
Fredrik Friis 2011-12-08 19:21:32 +09:00
parent a228e4f5e8
commit 710dc2a989

@ -0,0 +1,2 @@
ALTER TABLE project_event_template ADD COLUMN checkListTemplate_id bigint(20);
CREATE INDEX checkListTemplate_index ON project_event_template(checkListTemplate_id);