110687814-name_fix

This commit is contained in:
Stas 2016-03-02 18:34:56 +02:00
parent 003bfed538
commit 5cc3e0d1de
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
class AddUpDateValueToDomain < ActiveRecord::Migration
def change
add_column :domains, :update, :timestamp
add_column :domains, :up_date, :timestamp
end
end

View file

@ -1,5 +1,5 @@
class AddUpDateValueToContact < ActiveRecord::Migration
def change
add_column :contacts, :update, :timestamp
add_column :contacts, :up_date, :timestamp
end
end