mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Rubocop format
This commit is contained in:
@@ -2,6 +2,6 @@ class AddIndexToCommitsUserIdCreatedAt < ActiveRecord::Migration[8.0]
|
||||
disable_ddl_transaction!
|
||||
|
||||
def change
|
||||
add_index :commits, [:user_id, :created_at], algorithm: :concurrently
|
||||
add_index :commits, [ :user_id, :created_at ], algorithm: :concurrently
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user