db_schema_whitelist.json 326 B

123456789101112131415
  1. {
  2. "core_config_data": {
  3. "column": {
  4. "config_id": true,
  5. "scope": true,
  6. "scope_id": true,
  7. "path": true,
  8. "value": true
  9. },
  10. "constraint": {
  11. "PRIMARY": true,
  12. "CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH": true
  13. }
  14. }
  15. }