mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 11:01:12 +00:00
Merge migrations upon merge migrations
This commit is contained in:
parent
f7580c59a5
commit
748c934986
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 3.2.23 on 2024-02-03 16:02
|
# Generated by Django 3.2.23 on 2024-02-03 16:19
|
||||||
|
|
||||||
from django.db import migrations
|
from django.db import migrations
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("bookwyrm", "0192_rename_version_sitesettings_available_version"),
|
("bookwyrm", "0192_rename_version_sitesettings_available_version"),
|
||||||
("bookwyrm", "0192_sitesettings_user_exports_enabled"),
|
("bookwyrm", "0193_merge_20240203_1539"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = []
|
operations = []
|
Loading…
Reference in a new issue