mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Merge migration
This commit is contained in:
parent
de3c79ce21
commit
7ef179a4f3
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
# Generated by Django 3.2.4 on 2021-09-09 00:43
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("bookwyrm", "0090_auto_20210908_2346"),
|
||||||
|
("bookwyrm", "0090_emailblocklist"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = []
|
Loading…
Reference in a new issue