db_schema_whitelist.json 753 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "indexer_state": {
  3. "column": {
  4. "state_id": true,
  5. "indexer_id": true,
  6. "status": true,
  7. "updated": true,
  8. "hash_config": true
  9. },
  10. "index": {
  11. "INDEXER_STATE_INDEXER_ID": true
  12. },
  13. "constraint": {
  14. "PRIMARY": true
  15. }
  16. },
  17. "mview_state": {
  18. "column": {
  19. "state_id": true,
  20. "view_id": true,
  21. "mode": true,
  22. "status": true,
  23. "updated": true,
  24. "version_id": true
  25. },
  26. "index": {
  27. "MVIEW_STATE_VIEW_ID": true,
  28. "MVIEW_STATE_MODE": true
  29. },
  30. "constraint": {
  31. "PRIMARY": true
  32. }
  33. }
  34. }