class DropLibraryBibsContributors < ActiveRecord::Migration[6.0]
  def change
    drop_table :library_bibs_contributors
  end
end
