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/0019_user_in_guild.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 api/migrations/0019_user_in_guild.py (limited to 'api/migrations/0019_user_in_guild.py') diff --git a/api/migrations/0019_user_in_guild.py b/api/migrations/0019_user_in_guild.py deleted file mode 100644 index fda008c4..00000000 --- a/api/migrations/0019_user_in_guild.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 2.1.3 on 2018-11-19 20:30 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('api', '0018_user_rename'), - ] - - operations = [ - migrations.AddField( - model_name='user', - name='in_guild', - field=models.BooleanField(default=True, help_text='Whether this user is in our server.'), - ), - ] -- cgit v1.2.3