change SQL mapping for date

This commit is contained in:
hveficent
2019-09-23 16:58:22 +02:00
parent 20c9567fa3
commit 608a0b8414

View File

@@ -45,7 +45,7 @@ class BiSQLViewField(models.Model):
'numeric': 'float',
'text': 'char',
'character varying': 'char',
'date': 'datetime',
'date': 'date',
'timestamp without time zone': 'datetime',
}