FIX: Sometimes queued post would have a string for a category

In this case, don't migrate the old queued post category
This commit is contained in:
Robin Ward 2019-04-06 20:38:14 -04:00
parent 6525613b89
commit 13c6bf54d0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class MigrateReviewableQueuedPosts < ActiveRecord::Migration[5.2]
user_id,
true,
topic_id,
nullif(post_options->>'category', '')::int,
NULLIF(REGEXP_REPLACE(post_options->>'category', '[^0-9]+', '', 'g'), '')::int,
json_build_object(
'old_queued_post_id', id,
'raw', raw