class UpdateLccnOnLibraryBibs < ActiveRecord::Migration[6.0]
  def change
    change_column :library_bibs, :lccn, :string, limit: 12
  end
end
