6 lines
114 B
Ruby
6 lines
114 B
Ruby
|
class DropModerationVotesTable < ActiveRecord::Migration[6.1]
|
||
|
def up
|
||
|
drop_table :moderation_votes
|
||
|
end
|
||
|
end
|