Skip to content

Commit

Permalink
update import field setting task
Browse files Browse the repository at this point in the history
  • Loading branch information
tvcam committed Aug 14, 2023
1 parent 43c6b49 commit 314b6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/import_field_settings.rake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace :field_settings do
create_assessment_setting
create_legal_doc_settting

[20200707042500, 20200710033402, 20200710122049, 20200713035828, 20200714092201, 20200810055448, 20200810070640, 20230717162200].each do |migration_version|
[20200707042500, 20200710033402, 20220523095812, 20200710122049, 20200713035828, 20200714092201, 20200810055448, 20200810070640, 20230717162200].each do |migration_version|
ActiveRecord::Migrator.run(:down, ActiveRecord::Migrator.migrations_path, migration_version)
ActiveRecord::Migrator.run(:up, ActiveRecord::Migrator.migrations_path, migration_version)
end
Expand Down

0 comments on commit 314b6ae

Please sign in to comment.