File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
lib/internal/Magento/Framework/App Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 486
486
referenceColumn =" attribute_id" onDelete =" CASCADE" />
487
487
<constraint xsi : type =" foreign" referenceId =" EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID" table =" eav_attribute_label"
488
488
column =" store_id" referenceTable =" store" referenceColumn =" store_id" onDelete =" CASCADE" />
489
- <constraint xsi : type =" unique" referenceId =" EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID_UNIQUE" >
490
- <column name =" store_id" />
491
- <column name =" attribute_id" />
492
- </constraint >
493
489
<index referenceId =" EAV_ATTRIBUTE_LABEL_STORE_ID" indexType =" btree" >
494
490
<column name =" store_id" />
495
491
</index >
Original file line number Diff line number Diff line change 307
307
"constraint" : {
308
308
"PRIMARY" : true ,
309
309
"EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID" : true ,
310
- "EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID" : true ,
311
- "EAV_ATTRIBUTE_LABEL_STORE_ID_ATTRIBUTE_ID" : true
310
+ "EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID" : true
312
311
}
313
312
},
314
313
"eav_form_type" : {
Original file line number Diff line number Diff line change @@ -223,10 +223,12 @@ public function getParams()
223
223
/**
224
224
* Factory method for creating application instances
225
225
*
226
+ * In case of failure,
227
+ * the application will be terminated by "exit(1)"
228
+ *
226
229
* @param string $type
227
230
* @param array $arguments
228
231
* @return \Magento\Framework\AppInterface | void
229
- * @throws \InvalidArgumentException
230
232
*/
231
233
public function createApplication ($ type , $ arguments = [])
232
234
{
You can’t perform that action at this time.
0 commit comments