X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f39c00ef647a7f625d9bd61c570b89d7b9762c61..97c8c6d7c7961976172bece182832d01c9c0fc4b:/src/club/migrations/0019_remove_schedule_method.py diff --git a/src/club/migrations/0019_remove_schedule_method.py b/src/club/migrations/0019_remove_schedule_method.py new file mode 100644 index 000000000..6a3283476 --- /dev/null +++ b/src/club/migrations/0019_remove_schedule_method.py @@ -0,0 +1,17 @@ +# Generated by Django 2.2.6 on 2019-11-27 10:02 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('club', '0018_auto_20191127_1002'), + ] + + operations = [ + migrations.RemoveField( + model_name='schedule', + name='method', + ), + ]