mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 15:19:08 +01:00
5 lines
114 B
Ruby
5 lines
114 B
Ruby
class DropModerationVotesTable < ActiveRecord::Migration[6.1]
|
|
def up
|
|
drop_table :moderation_votes
|
|
end
|
|
end
|