2021-09-30 13:47:53 -04:00
|
|
|
# Generated by Django 3.2.5 on 2021-09-30 17:46
|
2021-09-14 18:26:18 -04:00
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2021-09-30 13:47:53 -04:00
|
|
|
("bookwyrm", "0101_auto_20210929_1847"),
|
2021-09-14 18:26:18 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.RemoveField(
|
|
|
|
model_name="connector",
|
|
|
|
name="local",
|
|
|
|
),
|
|
|
|
]
|