mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-13 00:02:53 +02:00
refactor(rules): rename TransactionRuleAction related_name from "action" to "transaction_actions"
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.1.3 on 2024-12-27 05:09
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('rules', '0004_alter_transactionruleaction_field'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='transactionruleaction',
|
||||
name='rule',
|
||||
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='transaction_actions', to='rules.transactionrule', verbose_name='Rule'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user