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'; indexType = 'PRIMARY KEY';
break; break;
case IndexType.unique: case IndexType.unique:
// ??
indexType = 'CONSTRAINT "$name" UNIQUE'; indexType = 'CONSTRAINT "$name" UNIQUE';
break; break;
case IndexType.standardIndex: case IndexType.standardIndex: