change SQL mapping for date

This commit is contained in:
hveficent
2019-09-23 16:58:22 +02:00
committed by HviorForgeFlow
parent e0706c44a2
commit ef2989ca7f

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',
}