changes for sistemas
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.1.3 on 2023-03-07 16:28
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Clientes', '0015_alter_timbres_rfcc'),
|
||||
('Sistemas', '0013_alter_bitacoraerrores_options'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='sistemas_por_cliente',
|
||||
unique_together={('id_sistema', 'cliente')},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user