mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-09 08:45:28 +00:00
Fix merge
This commit is contained in:
parent
d4351cfcb4
commit
32463c1157
1 changed files with 14 additions and 0 deletions
14
bookwyrm/migrations/0171_merge_20221219_2020.py
Normal file
14
bookwyrm/migrations/0171_merge_20221219_2020.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 3.2.16 on 2022-12-19 20:20
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0167_sitesettings_import_size_limit'),
|
||||
('bookwyrm', '0170_merge_0168_auto_20221205_2331_0169_auto_20221206_0902'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Loading…
Reference in a new issue