mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Clarify usage
This commit is contained in:
parent
c85ebf542d
commit
ee48355735
1 changed files with 2 additions and 3 deletions
|
@ -23,9 +23,8 @@ namespace :legal_doc do
|
||||||
puts "-----> Hash generated for #{count} rows in #{(Time.zone.now.to_f - start).round(2)} seconds"
|
puts "-----> Hash generated for #{count} rows in #{(Time.zone.now.to_f - start).round(2)} seconds"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Temporary workaround
|
||||||
# Starting point is Domain legal docs
|
# https://github.com/internetee/registry/issues/336
|
||||||
# then inside it checking the same domains and connected contacts
|
|
||||||
desc 'Remove duplicates'
|
desc 'Remove duplicates'
|
||||||
task remove_duplicates: :environment do
|
task remove_duplicates: :environment do
|
||||||
LegalDocument.remove_duplicates
|
LegalDocument.remove_duplicates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue