Kit bugfixes #3750
Annotations
4 errors
tests/push/pg.test.ts > add identity to column - few params:
drizzle-kit/tests/push/pg.test.ts#L1957
AssertionError: expected [ { …(6) }, { …(6) } ] to strictly equal [ { columnName: 'id', …(4) }, …(1) ]
- Expected
+ Received
Array [
Object {
+ "changedSerialToIntegerIdentity": false,
"columnName": "id",
"identity": "custom_name;byDefault;1;2147483647;1;1;1;false",
"schema": "",
"tableName": "users",
"type": "alter_table_alter_column_set_identity",
},
Object {
+ "changedSerialToIntegerIdentity": false,
"columnName": "id1",
"identity": "custom_name1;always;1;2147483647;4;1;1;false",
"schema": "",
"tableName": "users",
"type": "alter_table_alter_column_set_identity",
},
]
❯ tests/push/pg.test.ts:1957:21
|
release (drizzle-kit)
Process completed with exit code 1.
|
release (drizzle-orm)
The job was canceled because "drizzle-kit" failed.
|
release (drizzle-orm)
The operation was canceled.
|