Adds merge migration
This commit is contained in:
parent
12af5992a3
commit
7ffe5b9440
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
# Generated by Django 3.2.18 on 2023-03-12 23:41
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("bookwyrm", "0174_auto_20230222_1742"),
|
||||||
|
("bookwyrm", "0176_hashtag_support"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = []
|
Loading…
Add table
Add a link
Reference in a new issue