mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
6 lines
116 B
Ruby
6 lines
116 B
Ruby
class AddMissingIndex < ActiveRecord::Migration
|
|
def change
|
|
add_index "services", [:created_at, :id]
|
|
end
|
|
end
|