Removing reference to postgres, it doesn't belong in the mssql module.

This commit is contained in:
Sean Harvey 2014-07-11 13:41:45 +12:00
parent 73976c111a
commit a6a9b25901

View File

@ -20,7 +20,7 @@ class MSSQLSchemaManager extends DBSchemaManager {
* @param string $tableName * @param string $tableName
* @param string $indexName * @param string $indexName
* @param string $prefix The optional prefix for the index. Defaults to "ix" for indexes. * @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') { function buildMSSQLIndexName($tableName, $indexName, $prefix = 'ix') {