add database migrations for Groups

This commit is contained in:
Hugh Rundle 2021-10-10 12:33:51 +11:00
parent 2a78c1221c
commit 14d3158871

View 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 = []