Invalidate dor log trigger changes

This commit is contained in:
2016-10-02 21:52:46 +02:00
parent f065ecb1b5
commit 892f81908f
6 changed files with 202 additions and 18 deletions

View File

@@ -25,13 +25,13 @@ class TicketController extends Controller {
$result = $command->execute ();
\Yii::info ( "Tickets updated flag door: " . $result );
$command = $connection->createCommand ( Ticket::$SQL_UPDATE );
$result = $command->execute ();
\Yii::info ( "Tickets updated: " . $result );
$command = $connection->createCommand ( Card::$SQL_FIX_KEY_STATUS );
$result = $command->execute ();
// $command = $connection->createCommand ( Ticket::$SQL_UPDATE );
// $result = $command->execute ();
// \Yii::info ( "Tickets updated: " . $result );
//
//
// $command = $connection->createCommand ( Card::$SQL_FIX_KEY_STATUS );
// $result = $command->execute ();
}
/**