mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
470 B
18 lines
470 B
# Generated by Django 2.2.28 on 2023-05-29 19:41
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('base', '0056_auto_20221118_1330'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='appconfig',
|
|
name='google_analytics_id_metrica',
|
|
field=models.CharField(default='', max_length=256, verbose_name='ID da Métrica do Google Analytics'),
|
|
),
|
|
]
|
|
|