db_schema_whitelist.json 636 B

123456789101112131415161718192021222324
  1. {
  2. "url_rewrite": {
  3. "column": {
  4. "url_rewrite_id": true,
  5. "entity_type": true,
  6. "entity_id": true,
  7. "request_path": true,
  8. "target_path": true,
  9. "redirect_type": true,
  10. "store_id": true,
  11. "description": true,
  12. "is_autogenerated": true,
  13. "metadata": true
  14. },
  15. "index": {
  16. "URL_REWRITE_TARGET_PATH": true,
  17. "URL_REWRITE_STORE_ID_ENTITY_ID": true
  18. },
  19. "constraint": {
  20. "PRIMARY": true,
  21. "URL_REWRITE_REQUEST_PATH_STORE_ID": true
  22. }
  23. }
  24. }