Skip to content

Commit

Permalink
Merge pull request #226 from agrare/add_ems_ref_to_lans
Browse files Browse the repository at this point in the history
Add ems_ref to lans to help with unique listing
  • Loading branch information
Fryguy authored Jun 25, 2018
2 parents 4b99783 + a304827 commit 431b14d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20180625120055_add_ems_ref_to_lans.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddEmsRefToLans < ActiveRecord::Migration[5.0]
def change
add_column :lans, :ems_ref, :string
end
end

0 comments on commit 431b14d

Please sign in to comment.