mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Add registration deadline field to auction model
This commit is contained in:
parent
1a58d85f15
commit
c6fd78b4cd
2 changed files with 449 additions and 17 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddRegistrationDeadlineDateToModels < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :auctions, :registration_deadline, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue