mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-19 23:31:27 +02:00
18 lines
404 B
Python
18 lines
404 B
Python
# 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')},
|
|
),
|
|
]
|