Skip to content

Commit b87e7ca

Browse files
committed
refactor(migrations): remove Tailwind UI migration and update dependency for RBAC state migration
1 parent 197348f commit b87e7ca

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

dojo/db_migrations/0268_usercontactinfo_ui_use_tailwind.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

dojo/db_migrations/0270_release_rbac_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
class Migration(migrations.Migration):
2626

2727
dependencies = [
28-
("dojo", "0267_backfill_authorized_users"),
28+
("dojo", "0269_backfill_authorized_users"),
2929
]
3030

3131
operations = [

0 commit comments

Comments
 (0)