Browse Source

Don't fix the rake task for now

pull/1799/head
Rachael Booth 3 years ago
parent
commit
138f4f62c4
  1. 2
      lib/tasks/full_import.rake

2
lib/tasks/full_import.rake

@ -18,7 +18,7 @@ namespace :core do
Import.new(Imports::DataProtectionConfirmationImportService, :create_data_protection_confirmations, "dataprotect"),
Import.new(Imports::OrganisationRentPeriodImportService, :create_organisation_rent_periods, "rent-period"),
Import.new(Imports::LettingsLogsImportService, :create_logs, "logs"),
Import.new(Imports::SalesLogsImportService, :create_logs, "logs"),
#Import.new(Imports::SalesLogsImportService, :create_logs, "logs"),
]
import_list.each do |step|

Loading…
Cancel
Save