Browse Source

HOT-FIX: remove tabela speedinfo

pull/3615/head
Edward Ribeiro 2 years ago
parent
commit
95e0848867
  1. 14
      sapl/base/migrations/0054_auto_20220921_1217.py

14
sapl/base/migrations/0054_auto_20220921_1217.py

@ -0,0 +1,14 @@
# 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"),
]
Loading…
Cancel
Save