Removes local connector

This commit is contained in:
Mouse Reeve
2021-09-14 15:26:18 -07:00
parent 357e111411
commit 1f06d1a1d8
10 changed files with 55 additions and 219 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 3.2.4 on 2021-09-14 22:10
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0096_merge_20210912_0044"),
]
operations = [
migrations.RemoveField(
model_name="connector",
name="local",
),
]