removed script from current

This commit is contained in:
Fredrik Friis 2011-12-08 20:39:31 +09:00
parent 073360ddd5
commit c9d6738c9d

@ -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);