mirror of
https://github.com/internetee/registry.git
synced 2025-08-13 04:59:42 +02:00
Removed depricated address migration
This commit is contained in:
parent
29f1aa9d0c
commit
3d78dc97cd
2 changed files with 1 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
class AddLegacyColumnsForAddress < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
add_column :addresses, :legacy_contact_id, :integer
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -12,6 +12,7 @@
|
||||||
# It's strongly recommended that you check this file into your version control system.
|
# It's strongly recommended that you check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema.define(version: 20150330083700) do
|
ActiveRecord::Schema.define(version: 20150330083700) do
|
||||||
|
|
||||||
# These are extensions that must be enabled in order to support this database
|
# These are extensions that must be enabled in order to support this database
|
||||||
enable_extension "plpgsql"
|
enable_extension "plpgsql"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue