Creates fresh migration and removes merges

This commit is contained in:
Mouse Reeve 2022-03-16 16:35:03 -07:00
parent 159b73d860
commit 108981a226
3 changed files with 3 additions and 29 deletions

View file

@ -1,13 +0,0 @@
# Generated by Django 3.2.12 on 2022-02-25 21:03
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0134_alter_stopped_reading"),
("bookwyrm", "0141_alter_report_status"),
]
operations = []

View file

@ -1,13 +0,0 @@
# Generated by Django 3.2.12 on 2022-03-12 10:40
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0142_merge_20220225_2103"),
("bookwyrm", "0144_alter_announcement_display_type"),
]
operations = []

View file

@ -1,7 +1,7 @@
# Generated by Django 3.2.11 on 2022-02-11 13:19
# Generated by Django 3.2.12 on 2022-03-16 23:20
from django.db import migrations
import bookwyrm.models.fields
from django.db import migrations
from bookwyrm.models import Shelf
@ -27,7 +27,7 @@ def add_shelves(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0133_alter_listitem_notes"),
("bookwyrm", "0145_sitesettings_version"),
]
operations = [