Changes between Initial Version and Version 1 of Ticket #2521


Ignore:
Timestamp:
2015-10-12T02:39:30Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521

    • Property Owner changed from daira to dawuud
    • Property Component changed from unknown to code-frontend-magic-folder
  • Ticket #2521 – Description

    initial v1  
    11
    2 We need to make the magic-folder db have a different schema; right now it's almost the same as the tahoe back db schema... which tries to be denormalized and uses several tables. Here instead we'll use just one table called local_files... it will contain version number, ancestor uri and ancestor timestamp but not the fileid field that tahoe backup was using.
     2We need to make the magic-folder db have a different schema; right now it's almost the same as the tahoe backup db schema... which is denormalized and uses several tables. Here instead we'll use just one table called local_files... it will contain version number, ancestor uri and ancestor timestamp but not the fileid field that tahoe backup was using.