Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 29, 2024
1 parent 1036ab2 commit 22b045a
Show file tree
Hide file tree
Showing 2 changed files with 6,945 additions and 6,945 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Generated by Django 5.1 on 2024-10-29 21:39

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("canopeum_backend", "0001_initial"),
]

operations = [
migrations.AlterField(
model_name="role",
name="name",
field=models.CharField(
choices=[
("User", "User"),
("ForestSteward", "Foreststeward"),
("MegaAdmin", "Megaadmin"),
],
max_length=13,
),
),
]
# Generated by Django 5.1 on 2024-10-29 21:39

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("canopeum_backend", "0001_initial"),
]

operations = [
migrations.AlterField(
model_name="role",
name="name",
field=models.CharField(
choices=[
("User", "User"),
("ForestSteward", "Foreststeward"),
("MegaAdmin", "Megaadmin"),
],
max_length=13,
),
),
]
Loading

0 comments on commit 22b045a

Please sign in to comment.