rename dispatcher action type to action_type

This commit is contained in:
2023-02-28 18:25:02 -06:00
parent cff1a183cf
commit ffcdc3f8d8
4 changed files with 25 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.2.18 on 2023-03-01 00:26
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('dispatch', '0006_xmlrpc_settings'),
]
operations = [
migrations.RenameField(
model_name='dispatcheraction',
old_name='type',
new_name='action_type',
),
]