mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-28 09:50:05 +00:00
Initial commit
This commit is contained in:
19
devices/migrations/0004_alter_device_id.py
Normal file
19
devices/migrations/0004_alter_device_id.py
Normal file
@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.1.2 on 2025-01-20 07:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("devices", "0003_device_delete_billformula_remove_topup_user_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="device",
|
||||
name="id",
|
||||
field=models.BigAutoField(
|
||||
auto_created=True, primary_key=True, serialize=False, verbose_name="ID"
|
||||
),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user