delete model check fixes + sync log

This commit is contained in:
vabene1111
2021-03-17 00:27:53 +01:00
parent c2addc1121
commit b48708652f
12 changed files with 129 additions and 81 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 3.1.7 on 2021-03-16 23:21
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0111_space_created_by'),
]
operations = [
migrations.RemoveField(
model_name='synclog',
name='space',
),
]