Skip to content

Commit

Permalink
Update migrations file
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Churikov <nikita@chur.ru>
  • Loading branch information
churnikov committed Feb 21, 2025
1 parent f7369ac commit 2912ad5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.1.1 on 2025-02-07 15:32
# Generated by Django 5.1.1 on 2025-02-21 10:44

import django.db.models.deletion
from django.db import migrations, models
Expand All @@ -24,6 +24,7 @@ class Migration(migrations.Migration):
to="apps.baseappinstance",
),
),
("access", models.CharField(choices=[("project", "Project")], default="project", max_length=20)),
],
options={
"verbose_name": "MLFlow App Instance",
Expand All @@ -32,4 +33,9 @@ class Migration(migrations.Migration):
},
bases=("apps.baseappinstance",),
),
migrations.AddField(
model_name="apps",
name="user_can_see_secrets",
field=models.BooleanField(default=False),
),
]
17 changes: 0 additions & 17 deletions apps/migrations/0023_mlflowinstance_access.py

This file was deleted.

17 changes: 0 additions & 17 deletions apps/migrations/0024_apps_user_can_see_secrets.py

This file was deleted.

0 comments on commit 2912ad5

Please sign in to comment.