Skip to content

Commit

Permalink
Remove call to missing content_positions task
Browse files Browse the repository at this point in the history
(cherry picked from commit 42d7630)
  • Loading branch information
afdev82 committed Jul 2, 2024
1 parent 1af7fd8 commit 4375aa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tasks/alchemy/tidy.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace :alchemy do
desc "Tidy up Alchemy database."
task :up do
Rake::Task["alchemy:tidy:element_positions"].invoke
Rake::Task["alchemy:tidy:content_positions"].invoke
Rake::Task["alchemy:tidy:remove_orphaned_records"].invoke
Rake::Task["alchemy:tidy:remove_trashed_elements"].invoke
Rake::Task["alchemy:tidy:remove_duplicate_legacy_urls"].invoke
Expand Down

0 comments on commit 4375aa9

Please sign in to comment.