forgeplus/db/migrate/20211201091905_add_project_...

6 lines
121 B
Ruby

class AddProjectAddIndexPinned < ActiveRecord::Migration[5.2]
def change
add_index :projects, :is_pinned
end
end