comment removed

This commit is contained in:
Garth 2024-08-04 02:03:03 +02:00
parent 9e34773962
commit c8167753b2

View file

@ -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: