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
3560e15f52
commit
f0629baad7
@ -918,7 +918,7 @@ class MSSQLDatabase extends SS_Database {
|
||||
* @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