mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +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
|
@ -1,6 +1,6 @@
|
|||
namespace :domains do
|
||||
desc <<~TEXT.gsub("\n", "\s")
|
||||
Releases domains with past `delete_at` by either sending them to the auction or discarding,
|
||||
Releases domains with past `delete_date` by either sending them to the auction or discarding,
|
||||
depending on `release_domains_to_auction` setting
|
||||
TEXT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue