Browse Source

HOT-FIX: Fix migrations na master

pull/2758/head
Cesar Carvalho 5 years ago
parent
commit
c98718a01e
  1. 16
      sapl/materia/migrations/0054_merge_20190802_1117.py
  2. 16
      sapl/norma/migrations/0027_merge_20190802_1117.py
  3. 16
      sapl/protocoloadm/migrations/0023_merge_20190802_1117.py
  4. 16
      sapl/sessao/migrations/0044_merge_20190802_1117.py

16
sapl/materia/migrations/0054_merge_20190802_1117.py

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-08-02 14:17
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('materia', '0053_proposicao_ultima_edicao'),
('materia', '0052_auto_20190712_1053'),
]
operations = [
]

16
sapl/norma/migrations/0027_merge_20190802_1117.py

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-08-02 14:17
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('norma', '0026_auto_20190712_1053'),
('norma', '0026_merge_20190708_1120'),
]
operations = [
]

16
sapl/protocoloadm/migrations/0023_merge_20190802_1117.py

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-08-02 14:17
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('protocoloadm', '0022_auto_20190715_1101'),
('protocoloadm', '0022_auto_20190712_1053'),
]
operations = [
]

16
sapl/sessao/migrations/0044_merge_20190802_1117.py

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-08-02 14:17
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('sessao', '0043_auto_20190712_1053'),
('sessao', '0043_auto_20190506_1452'),
]
operations = [
]
Loading…
Cancel
Save