db_schema_whitelist.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "magento_bulk": {
  3. "column": {
  4. "id": true,
  5. "uuid": true,
  6. "user_id": true,
  7. "user_type": true,
  8. "description": true,
  9. "operation_count": true,
  10. "start_time": true
  11. },
  12. "index": {
  13. "MAGENTO_BULK_USER_ID_ADMIN_USER_USER_ID": true,
  14. "MAGENTO_BULK_USER_ID": true
  15. },
  16. "constraint": {
  17. "PRIMARY": true,
  18. "MAGENTO_BULK_UUID": true,
  19. "MAGENTO_BULK_USER_ID_ADMIN_USER_USER_ID": true
  20. }
  21. },
  22. "magento_operation": {
  23. "column": {
  24. "id": true,
  25. "bulk_uuid": true,
  26. "topic_name": true,
  27. "serialized_data": true,
  28. "result_serialized_data": true,
  29. "status": true,
  30. "error_code": true,
  31. "result_message": true
  32. },
  33. "index": {
  34. "MAGENTO_OPERATION_BULK_UUID_ERROR_CODE": true
  35. },
  36. "constraint": {
  37. "PRIMARY": true,
  38. "MAGENTO_OPERATION_BULK_UUID_MAGENTO_BULK_UUID": true
  39. }
  40. },
  41. "magento_acknowledged_bulk": {
  42. "column": {
  43. "id": true,
  44. "bulk_uuid": true
  45. },
  46. "constraint": {
  47. "PRIMARY": true,
  48. "MAGENTO_ACKNOWLEDGED_BULK_BULK_UUID_MAGENTO_BULK_UUID": true,
  49. "MAGENTO_ACKNOWLEDGED_BULK_BULK_UUID": true
  50. }
  51. }
  52. }