change SQL mapping for date

pull/323/head
hveficent 2019-09-23 16:58:22 +02:00
parent 20c9567fa3
commit 608a0b8414
1 changed files with 1 additions and 1 deletions

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