sii / siptrackd

Other
0 stars 4 forks source link

Version controlled objects #4

Open stemid opened 8 years ago

stemid commented 8 years ago

Considering the database structure today I think it's more than possible to implement version control of certain objects.

The theory would be to have a new table and whenever an object is updated copy the old object to this table with some version info and a reference back to the original node. And then rotate the objects in this new table to conserve space.

This would be a neat frature when people screw up and accidentally delete devices.