class RemoveUnusedClassSeatingConfig < ActiveRecord::Migration[6.0]
  def change
    drop_table :ClassSeatingConfig
  end
end
