From dfcf0e776c6f4fff8e3b4077f8e1055e328e4d12 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Fri, 31 Jul 2020 14:43:53 +0200 Subject: remove old migrations --- client/migrations/0012_document_group.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 client/migrations/0012_document_group.py (limited to 'client/migrations/0012_document_group.py') diff --git a/client/migrations/0012_document_group.py b/client/migrations/0012_document_group.py deleted file mode 100644 index a1fbabc..0000000 --- a/client/migrations/0012_document_group.py +++ /dev/null @@ -1,20 +0,0 @@ -# Generated by Django 3.0.7 on 2020-06-19 21:05 - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('auth', '0011_update_proxy_permissions'), - ('client', '0011_keys'), - ] - - operations = [ - migrations.AddField( - model_name='document', - name='group', - field=models.ForeignKey(default=None, on_delete=django.db.models.deletion.CASCADE, to='auth.Group'), - ), - ] -- cgit v1.2.1