mitlist/be/alembic/versions
Mohamad 0cd1b9c84d feat: Implement soft delete functionality and remove cascading deletes
This commit introduces a significant update to the database schema and models by implementing soft delete functionality across multiple tables, including users, groups, lists, items, expenses, and more. Key changes include:

- Addition of `deleted_at` and `is_deleted` columns to facilitate soft deletes.
- Removal of cascading delete behavior from foreign key constraints to prevent accidental data loss.
- Updates to the models to incorporate the new soft delete mixin, ensuring consistent handling of deletions across the application.
- Introduction of a new endpoint for group deletion, requiring owner confirmation to enhance data integrity.

These changes aim to improve data safety and compliance with data protection regulations while maintaining the integrity of related records.
2025-06-25 20:16:28 +02:00
..
05bf96a9e18b_add_chore_history_and_scheduling_tables.py feat: Add chore history and scheduling functionality 2025-06-08 01:17:53 +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
bdf7427ccfa3_feature_updates_phase1.py feat: Introduce FastAPI and Vue.js guidelines, enhance API structure, and add caching support 2025-06-09 21:02:51 +02:00
c693ade3601c_add_updated_at_and_version_to_groups.py feat: Introduce FastAPI and Vue.js guidelines, enhance API structure, and add caching support 2025-06-09 21:02:51 +02:00
d5f8a2e4c7b9_implement_soft_deletes_and_remove_cascades.py feat: Implement soft delete functionality and remove cascading deletes 2025-06-25 20:16:28 +02:00