FIX: Approved is status 1
This commit is contained in:
parent
a282ade9c6
commit
f3ed002c30
|
@ -47,7 +47,7 @@ class CreateReviewableHistories < ActiveRecord::Migration[5.2]
|
|||
r.created_at,
|
||||
r.created_at
|
||||
FROM reviewables AS r
|
||||
WHERE r.status = 0
|
||||
WHERE r.status = 1
|
||||
AND r.type = 'ReviewableUser'
|
||||
SQL
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue