DEV: Remove trailing whitespace

This commit is contained in:
David Taylor 2020-01-21 12:41:20 +00:00
parent 3ed42a6a56
commit 339cd31d76
1 changed files with 2 additions and 2 deletions

View File

@ -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(),