mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
110687814-name_fix
This commit is contained in:
parent
003bfed538
commit
5cc3e0d1de
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
class AddUpDateValueToDomain < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :update, :timestamp
|
||||
add_column :domains, :up_date, :timestamp
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
class AddUpDateValueToContact < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :update, :timestamp
|
||||
add_column :contacts, :up_date, :timestamp
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue