Skip to content

Commit

Permalink
Merge pull request #2959 from afdev82/patch-1
Browse files Browse the repository at this point in the history
Remove call to missing content_positions task
  • Loading branch information
tvdeyen authored Jul 2, 2024
2 parents 72973ad + 42d7630 commit 208b043
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 208b043

Please sign in to comment.