Browse Source

Evitar merge de migrações

pull/2919/head
João Rodrigues 6 years ago
parent
commit
2f271938a6
  1. 16
      sapl/norma/migrations/0027_merge_20190807_1705.py
  2. 4
      sapl/norma/migrations/0027_normajuridica_ultima_edicao.py

16
sapl/norma/migrations/0027_merge_20190807_1705.py

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

4
sapl/norma/migrations/0026_normajuridica_ultima_edicao.py → sapl/norma/migrations/0027_normajuridica_ultima_edicao.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-08-02 19:05
# Generated by Django 1.11.20 on 2019-08-29 14:41
from __future__ import unicode_literals
from django.db import migrations, models
@ -8,7 +8,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('norma', '0025_auto_20190704_1403'),
('norma', '0026_auto_20190712_1053'),
]
operations = [
Loading…
Cancel
Save