Add frozen_string_literal to FixForeignKeysStatusReactions

This commit is contained in:
Jeremy Kescher 2023-05-27 13:31:08 +02:00
parent 9309a20117
commit 2beefd3185
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
class FixForeignKeysStatusReactions < ActiveRecord::Migration[6.1]
disable_ddl_transaction!