feat: implement skipping migrations if no new migration files#127
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Docker entrypoint to use a custom 'migrate_smart' command instead of standard Django migrations, and adds the 'common' package to INSTALLED_APPS in settings.py. However, adding the parent 'common' package directly alongside its sub-packages is discouraged in Django as it can lead to app label conflicts and double model registration. It is recommended to register only a specific sub-app containing the migration command instead.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
7dbcba5 to
2a00363
Compare
What?
Why?
How?
Testing?
Anything Else?