DEV: Remove trailing whitespace
This commit is contained in:
parent
3ed42a6a56
commit
339cd31d76
|
@ -11,8 +11,8 @@ class CorrectUserNotesCount < ActiveRecord::Migration[5.2]
|
|||
value,
|
||||
created_at,
|
||||
updated_at
|
||||
) SELECT
|
||||
REPLACE(key, 'notes:', '')::int,
|
||||
) SELECT
|
||||
REPLACE(key, 'notes:', '')::int,
|
||||
'user_notes_count',
|
||||
json_array_length(value::json),
|
||||
now(),
|
||||
|
|
Loading…
Reference in New Issue