-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge magento/2.3-develop into magento-architects/MAGETWO-94207-REST-400
- Loading branch information
Showing
110 changed files
with
8,308 additions
and
6,886 deletions.
There are no files selected for viewing
56 changes: 28 additions & 28 deletions
56
app/code/Magento/AdminNotification/etc/db_schema_whitelist.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"adminnotification_inbox": { | ||
"column": { | ||
"notification_id": true, | ||
"severity": true, | ||
"date_added": true, | ||
"title": true, | ||
"description": true, | ||
"url": true, | ||
"is_read": true, | ||
"is_remove": true | ||
"adminnotification_inbox": { | ||
"column": { | ||
"notification_id": true, | ||
"severity": true, | ||
"date_added": true, | ||
"title": true, | ||
"description": true, | ||
"url": true, | ||
"is_read": true, | ||
"is_remove": true | ||
}, | ||
"index": { | ||
"ADMINNOTIFICATION_INBOX_SEVERITY": true, | ||
"ADMINNOTIFICATION_INBOX_IS_READ": true, | ||
"ADMINNOTIFICATION_INBOX_IS_REMOVE": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true | ||
} | ||
}, | ||
"index": { | ||
"ADMINNOTIFICATION_INBOX_SEVERITY": true, | ||
"ADMINNOTIFICATION_INBOX_IS_READ": true, | ||
"ADMINNOTIFICATION_INBOX_IS_REMOVE": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true | ||
} | ||
}, | ||
"admin_system_messages": { | ||
"column": { | ||
"identity": true, | ||
"severity": true, | ||
"created_at": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true | ||
"admin_system_messages": { | ||
"column": { | ||
"identity": true, | ||
"severity": true, | ||
"created_at": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true | ||
} | ||
} | ||
} | ||
} |
22 changes: 11 additions & 11 deletions
22
app/code/Magento/AdvancedSearch/etc/db_schema_whitelist.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"catalogsearch_recommendations": { | ||
"column": { | ||
"id": true, | ||
"query_id": true, | ||
"relation_id": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true, | ||
"CATALOGSEARCH_RECOMMENDATIONS_QUERY_ID_SEARCH_QUERY_QUERY_ID": true, | ||
"CATALOGSEARCH_RECOMMENDATIONS_RELATION_ID_SEARCH_QUERY_QUERY_ID": true | ||
"catalogsearch_recommendations": { | ||
"column": { | ||
"id": true, | ||
"query_id": true, | ||
"relation_id": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true, | ||
"CATALOGSEARCH_RECOMMENDATIONS_QUERY_ID_SEARCH_QUERY_QUERY_ID": true, | ||
"CATALOGSEARCH_RECOMMENDATIONS_RELATION_ID_SEARCH_QUERY_QUERY_ID": true | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.