mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
Removing reference to postgres, it doesn't belong in the mssql module.
This commit is contained in:
parent
73976c111a
commit
a6a9b25901
@ -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') {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user