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
|
@ -20,6 +20,6 @@ module Concerns::Domain::Deletable
|
|||
end
|
||||
|
||||
def deletion_deadline
|
||||
delete_at + 24.hours
|
||||
delete_date + 24.hours
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue