mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 16:40:36 +00:00
Adds merge migration
This commit is contained in:
parent
67822d3cb0
commit
89b87db1c8
1 changed files with 13 additions and 0 deletions
13
bookwyrm/migrations/0185_merge_20231105_1453.py
Normal file
13
bookwyrm/migrations/0185_merge_20231105_1453.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Generated by Django 3.2.20 on 2023-11-05 14:53
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("bookwyrm", "0182_auto_20231027_1122"),
|
||||
("bookwyrm", "0184_sitesettings_user_import_time_limit"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
Reference in a new issue