mirror of
https://github.com/discourse/discourse.git
synced 2025-06-23 01:51:30 +08:00
FIX: Approved is status 1
This commit is contained in:
@ -47,7 +47,7 @@ class CreateReviewableHistories < ActiveRecord::Migration[5.2]
|
|||||||
r.created_at,
|
r.created_at,
|
||||||
r.created_at
|
r.created_at
|
||||||
FROM reviewables AS r
|
FROM reviewables AS r
|
||||||
WHERE r.status = 0
|
WHERE r.status = 1
|
||||||
AND r.type = 'ReviewableUser'
|
AND r.type = 'ReviewableUser'
|
||||||
SQL
|
SQL
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user