# Indexes ### TLDR: Putting indexes back, except relation ones ### Details: - Added index synchronization logic back (it was removed previously in https://github.com/twentyhq/twenty/commit/45d4845b266119ef6f2bc8005bf1cc3b542a8f42) in the sync-metadata service. - for unique inedexes, a command will create unicity again by handling duplicates that were cretated since the https://github.com/twentyhq/twenty/commit/45d4845b266119ef6f2bc8005bf1cc3b542a8f42 was triggered