⚠️ Migration Reset ⚠️
**Before** you update to this version, run the following command:
shell
python manage.py migrate aa_forum zero
**After** you updated run:
shell
python manage.py migrate aa_forum
Added
- SQL script to drop all tables
Changed
- Improved model design for better data consistency, performance and compliance with
Django conventions
- Improved queries to reduce page load time for all main views