Skip to content

Update date attributes in all Gitlab models to be defined as proper dates

Yannis Roussos requested to merge 6-update-all-date-attributes-to-dates into master

At the current version of the package, start_date, end_date and due_date are dates (2019-07-27), but they are defined as strings (like in the RAW tables).

This MR casts all start_date, end_date and due_date columns to be defined as proper dates, i.e. 2019-02-01 or 2019-04-04

Closes #6 (closed)

Merge request reports