Skip to content

Commit

Permalink
Fix migration sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
pxwxnvermx committed Jun 25, 2024
1 parent fdc0ff5 commit 21b13bd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Generated by Django 4.1.7 on 2024-02-16 12:40
# Generated by Django 4.1.7 on 2024-06-25 08:00

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('users', '0004_connectuser_ip_address_alter_connectuser_dob'),
("users", "0008_credential_usercredential"),
]

operations = [
migrations.AddField(
model_name='phonedevice',
name='otp_last_sent',
model_name="phonedevice",
name="otp_last_sent",
field=models.DateTimeField(blank=True, null=True),
),
]

0 comments on commit 21b13bd

Please sign in to comment.