2026-04-04 01:16:16 +03:30
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
dependencies = [
|
|
|
|
|
("access_control", "0004_enable_default_feature_access"),
|
|
|
|
|
("farm_hub", "0007_farmhub_subscription_plan"),
|
|
|
|
|
]
|
|
|
|
|
|
2026-04-09 22:48:54 +03:30
|
|
|
operations = []
|