Files
twenty/packages/twenty-server/src
Thomas Trompette 2886664b62 Backfill position when not input (#5696)
- refactor record position factory and record position query factory
- override position if not present during createMany

To avoid overriding the same positions for all data in createMany, the
logic is:
- if inserted last, use last position + arg index + 1
- if inserted first, use first position - arg index - 1
2024-06-03 15:18:01 +02:00
..
2024-06-03 11:16:05 +02:00
2024-06-03 11:16:05 +02:00
2024-05-21 11:31:03 +02:00