Skip to content

Commit 404b811

Browse files
committed
fix(users): rebased with master branch
1 parent 5db8f77 commit 404b811

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 4.2.5 on 2023-12-15 03:12
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
("users", "0010_merge_20230926_2015"),
9+
("users", "0010_rename_skills"),
10+
]
11+
12+
operations = []

0 commit comments

Comments
 (0)