Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Sep 28, 2023
1 parent b46a173 commit b7481b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 66 deletions.
6 changes: 3 additions & 3 deletions src/reactpy_django/migrations/0006_userdatamodel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.5 on 2023-09-18 01:45
# Generated by Django 4.2.5 on 2023-09-28 08:59

from django.conf import settings
from django.db import migrations, models
Expand All @@ -24,10 +24,10 @@ class Migration(migrations.Migration):
verbose_name="ID",
),
),
("data", models.BinaryField(blank=True)),
("data", models.BinaryField(blank=True, null=True)),
(
"user",
models.ForeignKey(
models.OneToOneField(
on_delete=django.db.models.deletion.CASCADE,
to=settings.AUTH_USER_MODEL,
),
Expand Down
24 changes: 0 additions & 24 deletions src/reactpy_django/migrations/0007_alter_userdatamodel_user.py

This file was deleted.

22 changes: 0 additions & 22 deletions src/reactpy_django/migrations/0008_alter_userdatamodel_user.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/reactpy_django/migrations/0009_alter_userdatamodel_data.py

This file was deleted.

0 comments on commit b7481b5

Please sign in to comment.