fixed projects gpid 增加索引

This commit is contained in:
xxq250 2025-06-27 14:39:28 +08:00
parent 2a0ce2972a
commit cf6dc3a9b4
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddProjectIndexGpid < ActiveRecord::Migration[5.2]
def change
add_index :projects, :gpid
end
end