Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Morea-IFS/morea-ds-web into…
Browse files Browse the repository at this point in the history
… Romario
  • Loading branch information
Romario Silva committed Aug 5, 2024
2 parents c6d89c0 + 52fb611 commit f78dbac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/migrations/0021_alter_device_id.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 5.0.1 on 2024-08-02 13:02

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('app', '0020_merge_20240704_1504'),
]

operations = [
migrations.AlterField(
model_name='device',
name='id',
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'),
),
]

0 comments on commit f78dbac

Please sign in to comment.