Show
Ignore:
Timestamp:
10/01/08 13:27:51 (3 months ago)
Author:
gen
Message:

やくみつる

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/akelos/trunk/script/migrate_reset

    r20269 r20359  
    66    sed -e 's/_installer\.php//g' 
    77) 
    8 resets='' 
    9 construct='' 
    10 destruct='' 
     8 
    119while read line 
    1210do 
    13     if [ "$line" = "database" ] 
    14         $construct <<  
    15     then 
    16     else 
    17         echo $line 
    18     fi 
     11    script/migrate $line uninstall 
     12    script/migrate $line install 
    1913done <<END 
    2014$installers