Skip to content

Commit 3cb6569

Browse files
committed
lint
1 parent 071893c commit 3cb6569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class AddIndexToHeartbeatsProject < ActiveRecord::Migration[8.0]
22
# this is what i got from stackoverflow
33
disable_ddl_transaction!
4-
4+
55
def change
66
add_index :heartbeats, :project, algorithm: :concurrently
7-
add_index :heartbeats, [:project, :time], algorithm: :concurrently
7+
add_index :heartbeats, [ :project, :time ], algorithm: :concurrently
88
end
99
end

0 commit comments

Comments
 (0)