18 lines
359 B
Python
18 lines
359 B
Python
# Generated by Django 4.1.3 on 2023-01-24 02:02
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("membershipworks", "0001_initial"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="flag",
|
|
options={"managed": False, "ordering": ("name",)},
|
|
),
|
|
]
|