Skip to content

Commit

Permalink
fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danlim715 committed Oct 25, 2024
1 parent a195ded commit b3049cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rakelib/saved_claims_form_start_date_update.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# frozen_string_literal: true

# TODO: Remove this file after the migration has been run
namespace :data_migration do
desc 'Migrate data from deprecated itf_datetime column to form_start_date'
task saved_claims_form_start_date_update: :environment do
DataMigrations::SavedClaimsFormStartDateUpdate.run
end
end
end

0 comments on commit b3049cd

Please sign in to comment.