forgeplus/db/migrate/202506274325719_add_project...

6 lines
111 B
Ruby

class AddProjectIndexGpid < ActiveRecord::Migration[5.2]
def change
add_index :projects, :gpid
end
end