-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
1036ab2
commit 22b045a
Showing
2 changed files
with
6,945 additions
and
6,945 deletions.
There are no files selected for viewing
50 changes: 25 additions & 25 deletions
50
canopeum_backend/canopeum_backend/migrations/0002_alter_role_name.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
), | ||
), | ||
] |
Oops, something went wrong.