Added a change to the database in current.sql
This commit is contained in:
parent
8e93e29166
commit
e804c146de
@ -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