Files

10 lines
189 B
Python
Raw Permalink Normal View History

2026-04-03 23:51:00 +03:30
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("access_control", "0002_link_subscription_plan_to_farm"),
]
2026-04-09 22:48:54 +03:30
operations = []