From 51606ad2d85026cf252dd28c17c328f8e0f66e4d Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 21 Aug 2011 17:45:52 +0200 Subject: [PATCH] MDL-29031 remove blocks cleanup todo --- lib/db/upgrade.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index b4d57f86c84..6d3ff3cddf3 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -6654,8 +6654,5 @@ FROM return true; } -//TODO: Cleanup before the 2.0 release - we do not want to drag along these dev machine fixes forever -// 1/ drop block_pinned_old table here and in install.xml -// 2/ drop block_instance_old table here and in install.xml //TODO: AFTER 2.0 remove the column user->emailstop and the user preference "message_showmessagewindow"