fix - mydevices
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 5.0 on 2025-11-03 06:50
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pos_device', '0076_device_city_device_province'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='device',
|
||||
name='city',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='device',
|
||||
name='province',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user