comment removed
This commit is contained in:
parent
9e34773962
commit
c8167753b2
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ class PostgresAlterTable extends Table implements MutableTable {
|
|||
indexType = 'PRIMARY KEY';
|
||||
break;
|
||||
case IndexType.unique:
|
||||
// ??
|
||||
indexType = 'CONSTRAINT "$name" UNIQUE';
|
||||
break;
|
||||
case IndexType.standardIndex:
|
||||
|
|
Loading…
Reference in a new issue