Skip to content

Commit

Permalink
FIX: Approved is status 1
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Mar 28, 2019
1 parent a282ade commit f3ed002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20190110212005_create_reviewable_histories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def change
r.created_at,
r.created_at
FROM reviewables AS r
WHERE r.status = 0
WHERE r.status = 1
AND r.type = 'ReviewableUser'
SQL
end
Expand Down

0 comments on commit f3ed002

Please sign in to comment.