Remove trigger condition - maximalize enter count with ticket
This commit is contained in:
@@ -28,6 +28,10 @@ class TicketController extends Controller {
|
||||
$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 ();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user