Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Adding second migration
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Jan 27, 2016
1 parent 69de094 commit bafa903
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20160127155209_set_digital_location.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class SetDigitalLocation < ActiveRecord::Migration
def change
Locations::DeliveryLocation.update_all("digital_location=pickup_location")
end
end

0 comments on commit bafa903

Please sign in to comment.