mitlist/be/alembic/versions
mohamad fc09848a33 Add position attribute to Item model for reordering functionality
- Introduced a new 'position' column in the Item model to facilitate item ordering.
- Updated the List model's relationship to order items by position and creation date.
- Enhanced CRUD operations to handle item creation and updates with position management.
- Implemented drag-and-drop reordering in the frontend, ensuring proper position updates on item movement.
- Adjusted item update logic to accommodate reordering and version control.
2025-06-07 15:04:49 +02:00
..
91d00c100f5b_add_position_to_item_model_for_.py Add position attribute to Item model for reordering functionality 2025-06-07 15:04:49 +02:00
0001_initial_schema.py Fix(alembic): Resolve TypeError in migration script and remove redundant migration call 2025-06-01 17:16:41 +00:00