Browse Source

change SQL mapping for date

14.0-report-py3o-pr-506
hveficent 5 years ago
committed by David James
parent
commit
a7baac7e62
  1. 2
      bi_sql_editor/models/bi_sql_view_field.py

2
bi_sql_editor/models/bi_sql_view_field.py

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

Loading…
Cancel
Save