Retrospring/db/migrate/20220718201541_drop_moderat...

6 lines
114 B
Ruby
Raw Normal View History

class DropModerationVotesTable < ActiveRecord::Migration[6.1]
def up
drop_table :moderation_votes
end
end