mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-04 04:03:25 +08:00
ADD index for updated_on column with projects table
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddIndexForUpdatedOnToProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :projects, :updated_on
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user