Changeset 2768 for trunk/install


Ignore:
Timestamp:
Oct 17, 2008, 10:39:30 PM (16 years ago)
Author:
plg
Message:

merge -c2754 from branch 2.0 to trunk

new: upgrade script from 1.7.0. Instead of previous upgrade scripts, I call
directly the "unit" upgrades from 61 to current. Previous upgrades not in
the database are inserted but not applied (and have an explicit description
saying so).

Location:
trunk/install
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/install/upgrade_1.6.2.php

    r2516 r2768  
    344344
    345345// now we upgrade from 1.7.0
    346 // include_once(PHPWG_ROOT_PATH.'install/upgrade_1.7.0.php');
     346include_once(PHPWG_ROOT_PATH.'install/upgrade_1.7.0.php');
    347347?>
Note: See TracChangeset for help on using the changeset viewer.