new db update file

This commit is contained in:
Fredrik Friis 2012-03-06 13:08:55 +09:00
parent 0a5b8ea97e
commit 1287005baa

@ -0,0 +1,3 @@
ALTER TABLE projectIdea
ADD suggestedReviewer_id bigint(20),
ADD FOREIGN KEY (suggestedReviewer_id) REFERENCES role(id)