You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
412 B
Python
19 lines
412 B
Python
1 year ago
|
# Generated by Django 4.2.5 on 2023-09-28 14:49
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('abac', '0002_remove_attribute_last_modified_rule_delete_rule_read_and_more'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameField(
|
||
|
model_name='ruleattribute',
|
||
|
old_name='option',
|
||
|
new_name='operator',
|
||
|
),
|
||
|
]
|