Add initial migration for moderation app and document seed command database migration issue

- Created an empty migration file for the moderation app to address missing migrations.
- Documented the root cause analysis and solution steps for the seed command failure due to missing moderation tables.
- Identified and resolved a VARCHAR(10) constraint violation in the User model during seed command execution.
- Updated seed command logic to ensure compliance with field length constraints.
This commit is contained in:
pacnpal
2025-09-25 08:39:09 -04:00
parent 41b3c86437
commit 8aa56c463a
3 changed files with 1973 additions and 0 deletions

View File