dracidoupe / graveyard

Open Source reimplementation of https://www.dracidoupe.cz/
https://nove.dracidoupe.cz/
MIT License
6 stars 4 forks source link

Convert `datum` in Market to `date` (or datetime) #195

Open Almad opened 3 years ago

Almad commented 3 years ago

We use datetime everywhere for dates, except for Market for some reason. There it's varchar and old version relies on it.

Once shut down™, migrate to date or datetime.

As part of the migration, order items in Market by date, not by id.