From 5b49a67cc1f57bc6658716242b7d9aafd208f0ec Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 25 May 2009 14:43:29 +0000 Subject: [PATCH] MDL-18577 drop enums - annotating one more function to be dropped in Moodle 2.1 --- lib/ddl/database_manager.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ddl/database_manager.php b/lib/ddl/database_manager.php index bf7055d52e..7337be6160 100644 --- a/lib/ddl/database_manager.php +++ b/lib/ddl/database_manager.php @@ -249,6 +249,8 @@ class database_manager { /** * Given one xmldb_field, check if it has a check constraint in DB * + * TODO: Moodle 2.1 - Drop check_constraint_exists() + * * @param xmldb_table the table * @param xmldb_field the field to be searched for any existing constraint * @return boolean true/false -- 2.39.5