aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/users/migrations/0002_auto_20200120_1012.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-02-18 16:07:33 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-02-18 16:07:33 +0000
commitf739c571945dce2407a97c2b87ed5867b77a5f3d (patch)
tree3e01203de5e9e2a8dc99a323a8b2978c8b9f1459 /ctrack/users/migrations/0002_auto_20200120_1012.py
parent52dab6236c433bd4ee34f03bf7bae470cf384d8a (diff)
start fresh with migrations - might have to DROP DB and migrate again
Diffstat (limited to '')
-rw-r--r--ctrack/users/migrations/0002_auto_20200120_1012.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/ctrack/users/migrations/0002_auto_20200120_1012.py b/ctrack/users/migrations/0002_auto_20200120_1012.py
deleted file mode 100644
index 838720f..0000000
--- a/ctrack/users/migrations/0002_auto_20200120_1012.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.2.9 on 2020-01-20 10:12
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('users', '0001_initial'),
- ]
-
- operations = [
- migrations.AlterField(
- model_name='user',
- name='email',
- field=models.EmailField(max_length=254, unique=True),
- ),
- ]