hensei-api/db/migrate/20250201120842_remove_unused_index.rb
Justin Edmund f914c1f16e Add migrations
* Update preview state default to pending
* Adds indexes
* Adds PgHero and PgStatements
2025-02-07 01:30:08 -08:00

5 lines
117 B
Ruby

class RemoveUnusedIndex < ActiveRecord::Migration[8.0]
def change
remove_index :parties, :visibility
end
end