Browse Source

HOT-FIX: Fix migrations na 3.1.x (#2993)

pull/2994/head
Cesar Augusto de Carvalho 5 years ago
committed by GitHub
parent
commit
26c0cf5779
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      sapl/materia/migrations/0059_merge_20191003_0854.py

16
sapl/materia/migrations/0059_merge_20191003_0854.py

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-10-03 11:54
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('materia', '0058_auto_20191001_1450'),
('materia', '0058_auto_20191001_1115'),
]
operations = [
]
Loading…
Cancel
Save