X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/de25649c03f4d7d476bf8764ba8671681bfd6324..6592ad610dc42a6242b5d5446addfb7a1feb01e0:/src/contact/migrations/0002_auto_20190919_1412.py diff --git a/src/contact/migrations/0002_auto_20190919_1412.py b/src/contact/migrations/0002_auto_20190919_1412.py new file mode 100644 index 000000000..f68a52759 --- /dev/null +++ b/src/contact/migrations/0002_auto_20190919_1412.py @@ -0,0 +1,19 @@ +# Generated by Django 2.2.5 on 2019-09-19 12:12 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('contact', '0001_initial'), + ] + + operations = [ + migrations.DeleteModel( + name='Attachment', + ), + migrations.DeleteModel( + name='Contact', + ), + ]