Skip to content

Commit

Permalink
add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Oct 1, 2024
1 parent 1b0bf63 commit 3d70bf9
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 5.1.1 on 2024-10-01 02:27

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("authenticate", "0057_credentialsgoogle_id_token"),
]

operations = [
migrations.AddField(
model_name="credentialsgoogle",
name="google_id",
field=models.CharField(default="", max_length=24),
),
]

0 comments on commit 3d70bf9

Please sign in to comment.