mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 10:11:37 +01:00
Add frozen_string_literal to FixForeignKeysStatusReactions
This commit is contained in:
parent
9309a20117
commit
2beefd3185
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class FixForeignKeysStatusReactions < ActiveRecord::Migration[6.1]
|
class FixForeignKeysStatusReactions < ActiveRecord::Migration[6.1]
|
||||||
disable_ddl_transaction!
|
disable_ddl_transaction!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue