Merge pull request #2612 from bookwyrm-social/adds-merge-migration
Adds merge migration
This commit is contained in:
commit
6425e569c5
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
# Generated by Django 3.2.16 on 2023-01-19 20:17
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("bookwyrm", "0173_author_website"),
|
||||||
|
("bookwyrm", "0174_merge_20230111_1523"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = []
|
Loading…
Add table
Add a link
Reference in a new issue