Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

1.7.15

Compare
Choose a tag to compare
@teskenazi teskenazi released this 08 Jun 09:30
· 26 commits to master since this release
  • Database is now split into two databases : one for production and one for statistics and archive considerations. More precisely :
    • Delete methods no more only set the archived flag to 1 but copy object and its hierarcy into another base, then deletes if compy did not failed
    • Archive methods no more only set the archived flag to 1 but copy object and its hierarcy into another base, then deletes if compy did not failed
    • All archive data may be moved form production base to database using the scripts/archive_migration.py script, given the database engine is MYISAM
    • New stat database has exact identical structure than the production one and has to be manullay created.