kukua / concava-api

API for modifying ConCaVa metadata.
http://kukua.github.io/concava-api/
MIT License
1 stars 0 forks source link

Add revisioning to reconstruct old metadata #27

Open mauvm opened 8 years ago

mauvm commented 8 years ago

As mentioned in this SO post there are multiple ways of doing this. A possible Laravel solution could be: https://github.com/owen-it/laravel-auditing. Which uses https://github.com/VentureCraft/revisionable, the on column level revision approach.