mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 11:01:12 +00:00
Update partial date migration to latest main
This commit is contained in:
parent
e928027e16
commit
2bb7652dfe
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 3.2.20 on 2023-10-23 02:46
|
||||
# Generated by Django 3.2.20 on 2023-11-09 16:57
|
||||
|
||||
import bookwyrm.models.fields
|
||||
from django.db import migrations, models
|
||||
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("bookwyrm", "0181_merge_20230806_2302"),
|
||||
("bookwyrm", "0184_auto_20231106_0421"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue