add database migrations for Groups
This commit is contained in:
parent
2a78c1221c
commit
14d3158871
13
bookwyrm/migrations/0107_merge_20211010_0119.py
Normal file
13
bookwyrm/migrations/0107_merge_20211010_0119.py
Normal file
@ -0,0 +1,13 @@
|
||||
# Generated by Django 3.2.5 on 2021-10-10 01:19
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("bookwyrm", "0106_auto_20211005_0935"),
|
||||
("bookwyrm", "0106_user_preferred_language"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
x
Reference in New Issue
Block a user