Ignore:
Timestamp:
Jan 17, 2015, 9:24:47 PM (10 years ago)
Author:
chronos
Message:
  • Added: NetworkDomain table for managing multiple network domains. It is not completed and linked to real functionality yet.
  • Added: ModuleLinks and Model tables as preparation for better modules and models in-database representation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r730 r731  
    11<?php
    22
    3 $Revision = 730; // Subversion revision
    4 $DatabaseRevision = 730; // SQL structure revision
    5 $ReleaseTime = strtotime('2015-01-12');
     3$Revision = 731; // Subversion revision
     4$DatabaseRevision = 731; // SQL structure revision
     5$ReleaseTime = strtotime('2015-01-14');
Note: See TracChangeset for help on using the changeset viewer.