Add DATETIME Support for Tables #10
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Summary
There is a combination of
DATE
andDATETIME
used within the schema. In order to support time zones within the AGAGD usgo/agagd#131, one needsDATETIME
; however, there are several instances ofDATE
within the database which need change in order to support Django'sdatetimes
and time zones. Problematic, when trying to use django-tables2's DateTimeColumn, as it results in a error:schema.sql
- DATEExpected Behaviour
DATE columns are converted to DATETIME columns
Notes
The text was updated successfully, but these errors were encountered: