mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
110687814-migrations_code_change
This commit is contained in:
parent
577762a2bc
commit
7784a44f8d
6 changed files with 16 additions and 16 deletions
5
db/migrate/20160226132045_add_up_date_value_to_domain.rb
Normal file
5
db/migrate/20160226132045_add_up_date_value_to_domain.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddUpDateValueToDomain < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :update, :timestamp
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue