mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Period validation
This commit is contained in:
parent
6990da7675
commit
1e2dad06f9
6 changed files with 16 additions and 1 deletions
5
db/migrate/20140730104916_add_period_to_domain.rb
Normal file
5
db/migrate/20140730104916_add_period_to_domain.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddPeriodToDomain < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :period, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue