diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-31 14:43:53 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-31 14:43:53 +0200 |
commit | dfcf0e776c6f4fff8e3b4077f8e1055e328e4d12 (patch) | |
tree | 916f28ed81ce97a9742a4fda2947f5afd3e8b52b /client/migrations/0007_auto_20200619_1508.py | |
parent | clean up document tmp files (diff) | |
download | scout-subs-0.2.tar.gz scout-subs-0.2.zip |
remove old migrations0.2
Diffstat (limited to '')
-rw-r--r-- | client/migrations/0007_auto_20200619_1508.py | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/client/migrations/0007_auto_20200619_1508.py b/client/migrations/0007_auto_20200619_1508.py deleted file mode 100644 index a5f2669..0000000 --- a/client/migrations/0007_auto_20200619_1508.py +++ /dev/null @@ -1,26 +0,0 @@ -# Generated by Django 3.0.7 on 2020-06-19 13:08 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('client', '0006_auto_20200619_1049'), - ] - - operations = [ - migrations.RemoveField( - model_name='yearsubscription', - name='group', - ), - migrations.RemoveField( - model_name='yearsubscription', - name='school', - ), - migrations.AlterField( - model_name='yearsubscription', - name='year', - field=models.CharField(default='', max_length=250), - ), - ] |