mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 11:01:12 +00:00
Manually updates migration
This commit is contained in:
parent
7b3b357756
commit
8b061f9432
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 3.2.12 on 2022-03-13 22:06
|
||||
# Generated by Django 3.2.12 on 2022-03-16 23:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("bookwyrm", "0144_alter_announcement_display_type"),
|
||||
("bookwyrm", "0145_sitesettings_version"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue