dev: rename migration files and dependencies to match with production db

This commit is contained in:
vamsi 2022-12-23 00:04:08 +05:30
parent ff56f85f8a
commit eb8b35c846
3 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import uuid
class Migration(migrations.Migration):
dependencies = [
('db', '0010_auto_20221213_2348'),
('db', '0010_auto_20221213_0037'),
]
operations = [