Ignore:
Timestamp:
11/08/07 10:48:26 (5 years ago)
Author:
root
Message:

fixed a possible 'table exists' error in rev01070.php
setup.php is now command compatible with the upgrade rev files. This makes it easier to keep setup.php and the rev. files in sync.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/upgrade/rev01070.php

    r1070 r1086  
    3232// database changes 
    3333 
     34// drop the old locales table 
     35$commands[] = array('type' => 'db', 'value' => "DROP TABLE IF EXISTS ##PREFIX##locales"); 
     36 
    3437// create new locales table 
    3538$commands[] = array('type' => 'db', 'value' => "CREATE TABLE ##PREFIX##locales ( 
Note: See TracChangeset for help on using the changeset viewer.