first setup of pos transaction - add provider, user, organization information of pos to login
This commit is contained in:
18
apps/pos_device/migrations/0063_alter_device_serial.py
Normal file
18
apps/pos_device/migrations/0063_alter_device_serial.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0 on 2025-08-26 11:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pos_device', '0062_stakeholders_default'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='device',
|
||||
name='serial',
|
||||
field=models.TextField(null=True, unique=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user