new db update file
This commit is contained in:
parent
0a5b8ea97e
commit
1287005baa
3
resources/db_update_scripts/udpate_db_2012-03-06.sql
Normal file
3
resources/db_update_scripts/udpate_db_2012-03-06.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE projectIdea
|
||||
ADD suggestedReviewer_id bigint(20),
|
||||
ADD FOREIGN KEY (suggestedReviewer_id) REFERENCES role(id)
|
Loading…
x
Reference in New Issue
Block a user