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.
14 lines
297 B
14 lines
297 B
# Generated by Django 2.2.28 on 2022-09-21 15:17
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('base', '0053_auto_20220919_1705'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RunSQL("DROP TABLE IF EXISTS speedinfo_viewprofiler"),
|
|
]
|
|
|