added merge migration
This commit is contained in:
parent
059bcdb07d
commit
d60d166031
14
apps/rating/migrations/0003_merge_20191004_1401.py
Normal file
14
apps/rating/migrations/0003_merge_20191004_1401.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.4 on 2019-10-04 14:01
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('rating', '0002_auto_20191004_1217'),
|
||||||
|
('rating', '0002_auto_20191004_0928'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user