We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809f4ee commit ff6ef89Copy full SHA for ff6ef89
db/migrate/20250930230620_update_fix_term_item_relation.rb
@@ -28,7 +28,7 @@ def down
28
29
def update_item_term(old_term_id, new_term_id, condition_sql)
30
31
- execute <<~SQL.squish
+ execute <<~SQL.squish.freeze
32
WITH target AS (
33
SELECT it.term_id, it.item_id
34
FROM items i
0 commit comments