summaryrefslogtreecommitdiff
path: root/tracdb/migrations/0002_remove_db_views.py
blob: 563426feafc90a9644120a82fb1d8f234289bf4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated by Django 3.2.23 on 2024-02-12 16:43

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ("tracdb", "0001_initial"),
    ]

    operations = [
        migrations.AlterModelTable(
            name="attachment",
            table="attachment",
        ),
        migrations.AlterModelTable(
            name="wiki",
            table="wiki",
        ),
    ]