summaryrefslogtreecommitdiff
path: root/archaeological_files
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-01-29 19:47:53 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-07-01 18:02:28 +0200
commitddc82a4f466f7c44d1272b021d2993f868fbe17e (patch)
tree28052305d588c92fcbea1585a3c3f6bb67423ba8 /archaeological_files
parent13a0740db5fa109f74ffbaf69528ee82f91b4f45 (diff)
downloadIshtar-ddc82a4f466f7c44d1272b021d2993f868fbe17e.tar.bz2
Ishtar-ddc82a4f466f7c44d1272b021d2993f868fbe17e.zip
New version for django-simple-history
Diffstat (limited to 'archaeological_files')
-rw-r--r--archaeological_files/migrations/0102_historicalfile_history_change_reason.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/archaeological_files/migrations/0102_historicalfile_history_change_reason.py b/archaeological_files/migrations/0102_historicalfile_history_change_reason.py
new file mode 100644
index 000000000..691d25350
--- /dev/null
+++ b/archaeological_files/migrations/0102_historicalfile_history_change_reason.py
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.11.27 on 2020-01-29 19:41
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('archaeological_files', '0101_squashed'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='historicalfile',
+ name='history_change_reason',
+ field=models.CharField(max_length=100, null=True),
+ ),
+ ]