From ebda74029355ce3236ca9266acde40fd40329df7 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 5 Apr 2019 12:11:31 +0100 Subject: [#176] Redo project layout --- api/migrations/0022_infraction_remove_note.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 api/migrations/0022_infraction_remove_note.py (limited to 'api/migrations/0022_infraction_remove_note.py') diff --git a/api/migrations/0022_infraction_remove_note.py b/api/migrations/0022_infraction_remove_note.py deleted file mode 100644 index eba84610..00000000 --- a/api/migrations/0022_infraction_remove_note.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 2.1.3 on 2018-11-21 21:07 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('api', '0021_infraction_reason_null'), - ] - - operations = [ - migrations.AlterField( - model_name='infraction', - name='type', - field=models.CharField(choices=[('warning', 'Warning'), ('mute', 'Mute'), ('ban', 'Ban'), ('kick', 'Kick'), ('superstar', 'Superstar')], help_text='The type of the infraction.', max_length=9), - ), - ] -- cgit v1.2.3