mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-27 11:07:10 +02:00
feat: add notes to Tranfer, Recurring and Installment
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.2 on 2024-10-24 01:16
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('rules', '0002_transactionrule_active_transactionrule_on_create_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='transactionruleaction',
|
||||
unique_together={('rule', 'field')},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user