Removed depricated address migration

This commit is contained in:
Priit Tark 2015-04-02 14:20:00 +03:00
parent 29f1aa9d0c
commit 3d78dc97cd
2 changed files with 1 additions and 5 deletions

View file

@ -1,5 +0,0 @@
class AddLegacyColumnsForAddress < ActiveRecord::Migration
def change
add_column :addresses, :legacy_contact_id, :integer
end
end

View file

@ -12,6 +12,7 @@
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150330083700) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"