mirror of https://github.com/interlegis/sapl.git
2 changed files with 32 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.11.20 on 2019-08-07 20:06 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('materia', '0053_materialegislativa_ultima_edicao'), |
||||
|
('materia', '0054_merge_20190802_1112'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
] |
||||
@ -0,0 +1,16 @@ |
|||||
|
# -*- 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 = [ |
||||
|
] |
||||
Loading…
Reference in new issue