price-point-api/db/migrate/20260530161118_change_voting_mechanism.rb
Mohammad Kanaan 5a9f9ee10c WIP 1
2026-05-30 19:15:24 +03:00

6 lines
170 B
Ruby

class ChangeVotingMechanism < ActiveRecord::Migration[8.0]
def change
remove_column :price_reports, :upvotes
remove_column :price_reports, :downvotes
end
end