summaryrefslogtreecommitdiff
path: root/chimere/migrations/0001_initial.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/migrations/0001_initial.py')
-rw-r--r--chimere/migrations/0001_initial.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/migrations/0001_initial.py b/chimere/migrations/0001_initial.py
index 3ba693f..93d61e4 100644
--- a/chimere/migrations/0001_initial.py
+++ b/chimere/migrations/0001_initial.py
@@ -93,6 +93,7 @@ class Migration(SchemaMigration):
('height', self.gf('django.db.models.fields.IntegerField')(null=True, blank=True)),
('width', self.gf('django.db.models.fields.IntegerField')(null=True, blank=True)),
('start_date', self.gf('django.db.models.fields.DateField')(null=True, blank=True)),
+ ('available_date', self.gf('django.db.models.fields.DateTimeField')(null=True, blank=True)),
('id', self.gf('django.db.models.fields.AutoField')(primary_key=True)),
))
db.send_create_signal('chimere', ['Marker'])