forked from erp-dev/erp
18 lines
351 B
Python
18 lines
351 B
Python
# Generated by Django 5.2.7 on 2025-11-06 07:55
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('basic_info', '0002_quickinput'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name='quickinput',
|
|
unique_together={('name', 'group')},
|
|
),
|
|
]
|