first base of project-changed apps: Herd-livestock-tag-log-elasticsearch-
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.20 on 2025-05-07 09:14
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authorization', '0006_alter_role_role_name'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='organizationrole',
|
||||
name='permissions',
|
||||
field=models.ManyToManyField(to='authorization.permissions'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user