diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-08-27 11:03:14 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-08-27 11:03:14 +0100 |
commit | ef287a9397cd911d55a37eb98934c203a59a8154 (patch) | |
tree | 1744debb6f44b6cd2623ec028c2035497a73946a /ctrack/organisations/migrations/0011_auto_20200531_1441.py | |
parent | 36759e44bc59747256332809097342a32ab6db19 (diff) |
massive - removed migrations and reform db schema - NOT COMPLETE
Diffstat (limited to '')
-rw-r--r-- | ctrack/organisations/migrations/0011_auto_20200531_1441.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ctrack/organisations/migrations/0011_auto_20200531_1441.py b/ctrack/organisations/migrations/0011_auto_20200531_1441.py deleted file mode 100644 index 3dced7d..0000000 --- a/ctrack/organisations/migrations/0011_auto_20200531_1441.py +++ /dev/null @@ -1,19 +0,0 @@ -# Generated by Django 2.2.12 on 2020-05-31 14:41 - -import django.contrib.auth -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organisations', '0010_auto_20200529_1602'), - ] - - operations = [ - migrations.AlterField( - model_name='incidentreport', - name='reporting_person', - field=models.ForeignKey(on_delete=models.SET(django.contrib.auth.get_user_model), to='organisations.Person', verbose_name='Person reporting the incident'), - ), - ] |