Files
twenty/packages/twenty-server
Félix Malfait f3fe3abf71 Fix unique index created twice (#7718)
`isUnique` was passed to TypeORM's column creation API resulting in
double index creation because it's already done via the decorator and
then in `WorkspaceMigrationIndexFactory`

It would be interesting to move it at this field level in a later step,
which is why I also fixed `CompositeColumnActionFactory` to pass
isUnique on the correct columns, even though it's being ignored later on
2024-10-15 17:50:39 +02:00
..
2024-09-18 17:35:08 +02:00
2024-10-05 00:23:23 +02:00
2024-09-20 11:02:52 +02:00
2024-09-20 11:02:52 +02:00
2024-10-05 00:23:23 +02:00
2024-10-12 17:48:20 +02:00
2024-10-04 19:28:29 +02:00