Zenika / Zenika-Resume

Markdown editor for resumes.
https://resume.zenika.com
MIT License
4 stars 4 forks source link

Add versioning of resumes #58

Closed Ked57 closed 4 years ago

Ked57 commented 4 years ago

The resume table already contains a version and last modified columns, but the version is not being updated (it's always 1) and resumes are being upserted. We need to add the version and last updated columns to the primary keys so we can store 1 version per day.

see https://github.com/Zenika/dreamlab/issues/206