1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-04-04 10:03:22 -04:00
bike-database/db/migrate/20140922233036_remove_agency_string_from_client.rb

6 lines
120 B
Ruby

class RemoveAgencyStringFromClient < ActiveRecord::Migration
def change
remove_column :clients, :agency
end
end