Changeset 1683

Show
Ignore:
Timestamp:
03/05/10 10:31:59 (5 months ago)
Author:
klemens
Message:

Fixed migration

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/ullCorePlugin/lib/migrations/1267780155_fix_ull_user_status.php

    r1681 r1683  
    1010  { 
    1111    $dbh = Doctrine_Manager::getInstance()->getCurrentConnection()->getDbh(); 
    12     $dbh->exec("UPDATE ull_user_status SET slug='inactive' WHERE slug='separated"); 
    13     $dbh->exec("UPDATE ull_user_status_translation SET name='Inactive' WHERE name='Separated"); 
    14     $dbh->exec("UPDATE ull_user_status_translation SET name='Inaktiv' WHERE name='Ausgetreten"); 
     12    $dbh->exec("UPDATE ull_user_status SET slug='inactive' WHERE slug='separated'"); 
     13    $dbh->exec("UPDATE ull_user_status_translation SET name='Inactive' WHERE name='Separated'"); 
     14    $dbh->exec("UPDATE ull_user_status_translation SET name='Inaktiv' WHERE name='Ausgetreten'"); 
    1515  } 
    1616