From a6a9b259014673f18061a4a0bca9badc68519f82 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 11 Jul 2014 13:41:45 +1200 Subject: [PATCH] Removing reference to postgres, it doesn't belong in the mssql module. --- code/MSSQLSchemaManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/MSSQLSchemaManager.php b/code/MSSQLSchemaManager.php index d1c5496..2c55d6b 100644 --- a/code/MSSQLSchemaManager.php +++ b/code/MSSQLSchemaManager.php @@ -20,7 +20,7 @@ class MSSQLSchemaManager extends DBSchemaManager { * @param string $tableName * @param string $indexName * @param string $prefix The optional prefix for the index. Defaults to "ix" for indexes. - * @return string The postgres name of the index + * @return string The name of the index */ function buildMSSQLIndexName($tableName, $indexName, $prefix = 'ix') {