fix(api): merge migrations after merging stable to develop
This commit is contained in:
parent
0602de6d81
commit
5c32cace64
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 3.2.16 on 2022-11-25 19:02
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('users', '0022_alter_user_settings'),
|
||||||
|
('users', '0022_auto_20221119_1819'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
Loading…
Reference in New Issue