Skip to content

Commit 421374d

Browse files
committed
Rubocop fixes
1 parent 795b246 commit 421374d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

db/migrate/20251120160356_migrate_translated_name_attributes_to_strings.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# frozen_string_literal: true
2+
3+
# Ensures that all transalted name attributes are stored as strings, not text
14
class MigrateTranslatedNameAttributesToStrings < ActiveRecord::Migration[7.2]
25
def up
36
# Move community and partner name translations from text to string translations

0 commit comments

Comments
 (0)