DEV: Apply syntax_tree formatting to db/*

This commit is contained in:
David Taylor
2023-01-09 11:59:41 +00:00
parent cb932d6ee1
commit b0fda61a8e
467 changed files with 1682 additions and 1624 deletions

View File

@@ -10,6 +10,9 @@ class CreateAssociatedGroups < ActiveRecord::Migration[6.1]
t.timestamps
end
add_index :associated_groups, %i[provider_name provider_id], unique: true, name: 'associated_groups_provider_id'
add_index :associated_groups,
%i[provider_name provider_id],
unique: true,
name: "associated_groups_provider_id"
end
end