Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Jun 21, 2024
1 parent 23af964 commit 3ea3fe6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Generated by Django 5.0.6 on 2024-06-20 16:48
# Generated by Django 5.0.4 on 2024-06-21 22:40

import django.db.models.deletion
from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("global_settings", "0001_initial"),
("iam", "0003_alter_folder_updated_at_alter_role_updated_at_and_more"),
Expand Down Expand Up @@ -71,4 +72,9 @@ class Migration(migrations.Migration):
},
bases=("global_settings.globalsettings",),
),
migrations.AddField(
model_name="user",
name="is_sso",
field=models.BooleanField(default=False),
),
]
24 changes: 0 additions & 24 deletions backend/iam/migrations/0005_user_is_sso_alter_user_password.py

This file was deleted.

0 comments on commit 3ea3fe6

Please sign in to comment.