mirror of
https://github.com/pinry/pinry.git
synced 2026-02-25 15:51:09 +01:00
Fix: Merge migrations file to resolve conflicts
This commit is contained in:
committed by
Isaac Bythewood
parent
9b066771a9
commit
161973b337
16
core/migrations/0005_merge_20191122_0450.py
Normal file
16
core/migrations/0005_merge_20191122_0450.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.20 on 2019-11-22 04:50
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0004_auto_20190715_0912'),
|
||||
('core', '0004_auto_20190222_1451'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Reference in New Issue
Block a user