diff options
author | luxagraf <sng@luxagraf.net> | 2018-09-03 17:14:59 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-09-03 17:14:59 -0500 |
commit | a4c7c35944f8cfd174d84a7c25bd2ee447f9df3c (patch) | |
tree | 32465c27320132b9c9862f941a9c3cb56dd3a6a6 /app/sightings/migrations/0006_merge_20180516_1823.py | |
parent | 0e35762e28c05db07e5b7bd19832c52cdef42d9b (diff) |
added server side migrations
Diffstat (limited to 'app/sightings/migrations/0006_merge_20180516_1823.py')
-rw-r--r-- | app/sightings/migrations/0006_merge_20180516_1823.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/sightings/migrations/0006_merge_20180516_1823.py b/app/sightings/migrations/0006_merge_20180516_1823.py new file mode 100644 index 0000000..3f79b2c --- /dev/null +++ b/app/sightings/migrations/0006_merge_20180516_1823.py @@ -0,0 +1,14 @@ +# Generated by Django 2.0.1 on 2018-05-16 18:23 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('sightings', '0005_auto_20180516_1759'), + ('sightings', '0005_merge_20180209_1039'), + ] + + operations = [ + ] |