Fixed the review backend to support multiple patches per review and line level comments.
This commit is contained in:
@@ -43,6 +43,7 @@ function IDF_Migrations_Install_setup($params=null)
|
||||
'IDF_WikiPage',
|
||||
'IDF_WikiRevision',
|
||||
'IDF_Review',
|
||||
'IDF_Review_Comment',
|
||||
'IDF_Review_Patch',
|
||||
'IDF_Review_FileComment',
|
||||
'IDF_Key',
|
||||
@@ -88,6 +89,7 @@ function IDF_Migrations_Install_teardown($params=null)
|
||||
'IDF_Key',
|
||||
'IDF_Review_FileComment',
|
||||
'IDF_Review_Patch',
|
||||
'IDF_Review_Comment',
|
||||
'IDF_Review',
|
||||
'IDF_WikiRevision',
|
||||
'IDF_WikiPage',
|
||||
|
Reference in New Issue
Block a user