提交记录表增加日期索引
This commit is contained in:
parent
b744e10dfc
commit
9a7e9b4237
|
@ -0,0 +1,5 @@
|
||||||
|
class AddIndexCreatedCommitLogs < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_index :commit_logs, :created_at
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue