add pos device - fix closed quotas pagination
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 5.0 on 2025-07-24 09:07
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authorization', '0019_page_is_active_permissions_is_active'),
|
||||
('pos_device', '0006_alter_posclientattribute_choices'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='providercompany',
|
||||
name='user_relation',
|
||||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='pos_provider', to='authorization.userrelations'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user