change SQL mapping for date

pull/557/head
hveficent 2019-09-23 16:58:22 +02:00 committed by mariadforgeflow
parent b877f035c4
commit a5cccb9a42
1 changed files with 1 additions and 1 deletions

View File

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