From 817e9167bfceb07a4b2645cb5c6e8def2fc10d76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Fri, 6 Jan 2023 16:26:45 +0100
Subject: [PATCH] app.rake

---
 lib/tasks/app.rake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/tasks/app.rake b/lib/tasks/app.rake
index b3c536e31..edf86d1e7 100644
--- a/lib/tasks/app.rake
+++ b/lib/tasks/app.rake
@@ -8,7 +8,6 @@ namespace :app do
 
   desc 'Fix things'
   task fix: :environment do
-    BlocksMigration.cleanup
   end
 
   namespace :websites do
-- 
GitLab