Added a change to the database in current.sql

This commit is contained in:
anto-gom 2012-03-02 09:10:56 +01:00
parent 8e93e29166
commit e804c146de

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