mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
DEV: Apply syntax_tree formatting to db/*
This commit is contained in:
@@ -10,7 +10,9 @@ class CreateThemeTranslationOverride < ActiveRecord::Migration[5.2]
|
||||
t.timestamps null: false
|
||||
|
||||
t.index :theme_id
|
||||
t.index [:theme_id, :locale, :translation_key], unique: true, name: 'theme_translation_overrides_unique'
|
||||
t.index %i[theme_id locale translation_key],
|
||||
unique: true,
|
||||
name: "theme_translation_overrides_unique"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user