about summary refs log tree commit diff
path: root/db/migrate/20200904005553_drop_publishing_delay.rb
blob: 509e591c79854ce084f43212a92980d9e47888fd (plain) (blame)
1
2
3
4
5
class DropPublishingDelay < ActiveRecord::Migration[5.2]
  def change
    drop_table :publishing_delays
  end
end