Skip to content
Snippets Groups Projects
Commit 046f7d66 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix da fix

parent ea119d1e
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ namespace :app do
Communication::Website::Menu::Item.where(about_type: "Communication::Website::Category").update_all(about_type: "Communication::Website::Post::Category")
Communication::Block.where(about_type: "Communication::Website::Category").update_all(about_type: "Communication::Website::Post::Category")
Communication::Block::Heading.where(about_type: "Communication::Website::Category").update_all(about_type: "Communication::Website::Post::Category")
ActiveStorage::Attachment.where(record_type: "Communication::Website::Category").update_all(record_type: "Communication::Website::Post::Category")
end
namespace :websites do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment