mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Change domains.delete_at
database column type to date, rename to
`delete_date` Closes #1125
This commit is contained in:
parent
ab9c5c45de
commit
cea834d5b7
31 changed files with 159 additions and 71 deletions
2
test/fixtures/domains.yml
vendored
2
test/fixtures/domains.yml
vendored
|
@ -7,7 +7,7 @@ shop:
|
|||
registered_at: <%= Time.zone.parse('2010-07-04').to_s(:db) %>
|
||||
valid_to: <%= Time.zone.parse('2010-07-05').to_s(:db) %>
|
||||
outzone_at: <%= Time.zone.parse('2010-07-06').to_s(:db) %>
|
||||
delete_at: <%= Time.zone.parse('2010-07-07').to_s(:db) %>
|
||||
delete_date: 2010-07-07
|
||||
force_delete_date: 2010-07-08
|
||||
period: 1
|
||||
period_unit: m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue