Passed
Push — master ( f3cc5b...625259 )
by Aimeos
05:44
created
setup/OrderConnectTables.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 		}
116 116
 
117 117
 		$db->dropForeign( 'mshop_order_base_service', 'fk_msordbase_baseid' );
118
-		$db->dropIndex( 'mshop_order_base_service', ['unq_msordbase_bid_cd_typ_sid','unq_msordbase_bid_sid_cd_typ'] );
118
+		$db->dropIndex( 'mshop_order_base_service', ['unq_msordbase_bid_cd_typ_sid', 'unq_msordbase_bid_sid_cd_typ'] );
119 119
 
120 120
 		$db->table( 'mshop_order_base_service' )->bigint( 'parentid' )->null( true )->up();
121 121
 
Please login to merge, or discard this patch.