mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 21:05:15 +00:00
fix linting (#898)
This commit is contained in:
parent
7e54f109ba
commit
d593789774
2 changed files with 4 additions and 4 deletions
|
|
@ -10,6 +10,6 @@ class CreatePgheroQueryStats < ActiveRecord::Migration[8.1]
|
|||
t.timestamp :captured_at
|
||||
end
|
||||
|
||||
add_index :pghero_query_stats, [:database, :captured_at]
|
||||
add_index :pghero_query_stats, [ :database, :captured_at ]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ class CreatePgheroSpaceStats < ActiveRecord::Migration[8.1]
|
|||
t.timestamp :captured_at
|
||||
end
|
||||
|
||||
add_index :pghero_space_stats, [:database, :captured_at]
|
||||
add_index :pghero_space_stats, [ :database, :captured_at ]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue