Files
twenty/packages/twenty-server
Weiko c0610419c2 Fix unique index email people (#7713)
## Context
WorkspaceIsUnique decorator allows us to create unique indexes on our
tables. Here Emails is a composite field containing a TEXT subfield. Due
to the fact that TEXT fields are non-nullable and have empty strings as
default values, adding a unique index on a TEXT field or any composite
containing TEXT as subfields will fail and throw if we try to create
more than 1 record that does not specify a value to the TEXT field.

This PR simply removes the index for the time being until we find a
solution
2024-10-15 11:31:42 +02:00
..
2024-09-18 17:35:08 +02:00
2024-10-15 11:31:42 +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