mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-21 09:31:09 -05:00
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:
1867
apps/moderation/migrations/0001_initial.py
Normal file
1867
apps/moderation/migrations/0001_initial.py
Normal file
File diff suppressed because it is too large
Load Diff
0
apps/moderation/migrations/__init__.py
Normal file
0
apps/moderation/migrations/__init__.py
Normal file
Reference in New Issue
Block a user