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

Releases: mikrosimage/OpenRenderManagement

Hotfix 1.7.15h2

11 Jun 14:43
Compare
Choose a tag to compare

Fixed 2 bugs :

  • Deleting a RenderNode should no longer forbid write access to the database
  • Max IDs are now managed either in RAM and in database regarding to the stat dtatabase

1.7.15 hotfixed

08 Jun 14:36
Compare
Choose a tag to compare

Fixed 2 bugs :

  • some DB chrases due to empty task_Nodes being created
  • NoRenderNodeAvailable and NoLicenseAvailableForTask were raised but not catched

1.7.15

08 Jun 09:30
Compare
Choose a tag to compare
  • 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.