FanvidDB / fanviddb-server

Server of the fanviddb
Other
0 stars 1 forks source link

Store fanvid edit history #21

Open sandalwoodbox opened 3 years ago

sandalwoodbox commented 3 years ago

When a fanvid is edited, we need to store the history in a way such that we could roll back to a specific version. This ticket only covers the actual storing of that edit history - the database table(s) and hooking it up to the fanvid create/update endpoints.