opendb-app-versions.index.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [
  2. {
  3. "IndexName": "appid",
  4. "MgoKeySchema": {
  5. "MgoIndexKeys": [
  6. {
  7. "Name": "appid",
  8. "Direction": "1"
  9. },
  10. {
  11. "Name": "uni_platform",
  12. "Direction": "1"
  13. },
  14. {
  15. "Name": "create_env",
  16. "Direction": "1"
  17. }
  18. ],
  19. "MgoIsUnique": false
  20. }
  21. },
  22. {
  23. "IndexName": "查找上线发行应用",
  24. "MgoKeySchema": {
  25. "MgoIndexKeys": [
  26. {
  27. "Name": "appid",
  28. "Direction": "1"
  29. },
  30. {
  31. "Name": "platform",
  32. "Direction": "1"
  33. },
  34. {
  35. "Name": "stable_publish",
  36. "Direction": "1"
  37. },
  38. {
  39. "Name": "uni_platform",
  40. "Direction": "1"
  41. },
  42. {
  43. "Name": "create_env",
  44. "Direction": "1"
  45. }
  46. ],
  47. "MgoIsUnique": false
  48. }
  49. }
  50. ]