From c4ca8d4596e66537f6e8e880d316d4a2440875f9 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Wed, 17 May 2006 06:29:15 +0000 Subject: [PATCH] moodle16cleanup: mod/forum added notification message --- mod/forum/db/postgres7.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/forum/db/postgres7.php b/mod/forum/db/postgres7.php index ff5c1851be..22c3532322 100644 --- a/mod/forum/db/postgres7.php +++ b/mod/forum/db/postgres7.php @@ -156,6 +156,7 @@ function forum_upgrade($oldversion) { } if ($oldversion < 2006011600) { + notify('forum_type does not exists, you can ignore and this will properly removed'); execute_sql("ALTER TABLE {$CFG->prefix}forum DROP CONSTRAINT {$CFG->prefix}forum_type"); execute_sql("ALTER TABLE {$CFG->prefix}forum ADD CONSTRAINT {$CFG->prefix}forum_type CHECK (type IN ('single','news','general','social','eachuser','teacher','qanda')) "); } -- 2.39.5