Advertisement
Guest User

Untitled

a guest
Apr 27th, 2022
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. -------------------------------------------------------------------------------
  2. course
  3. * column 'downloadcontent' is missing
  4. * column 'originalcourseid' is missing
  5. * column 'showactivitydates' is missing
  6. * column 'showcompletionconditions' is missing
  7. -------------------------------------------------------------------------------
  8. event
  9. * column 'component' is missing
  10. * Missing index 'eventtype' (not unique (eventtype)).
  11. CREATE INDEX mdl_even_eve_ix ON mdl_event (eventtype);
  12. * Missing index 'component' (not unique (component, eventtype, instance)).
  13. CREATE INDEX mdl_even_comeveins_ix ON mdl_event (component, eventtype, instance);
  14. * Missing index 'modulename-instance-eventtype' (not unique (modulename, instance, eventtype)).
  15. CREATE INDEX mdl_even_modinseve_ix ON mdl_event (modulename, instance, eventtype);
  16. -------------------------------------------------------------------------------
  17. user
  18. * column 'moodlenetprofile' is missing
  19. * column 'icq' is not expected (C)
  20. * column 'skype' is not expected (C)
  21. * column 'yahoo' is not expected (C)
  22. * column 'aim' is not expected (C)
  23. * column 'msn' is not expected (C)
  24. * column 'url' is not expected (C)
  25. -------------------------------------------------------------------------------
  26. user_preferences
  27. * Missing index 'name' (not unique (name)).
  28. CREATE INDEX mdl_userpref_nam_ix ON mdl_user_preferences (name);
  29. -------------------------------------------------------------------------------
  30. groups
  31. * column 'hidepicture' is not expected (I)
  32. -------------------------------------------------------------------------------
  33. files
  34. * Missing index 'license' (not unique (license)).
  35. CREATE INDEX mdl_file_lic_ix ON mdl_files (license);
  36. -------------------------------------------------------------------------------
  37. external_tokens
  38. * Missing index 'token' (not unique (token)).
  39. CREATE INDEX mdl_extetoke_tok_ix ON mdl_external_tokens (token);
  40. -------------------------------------------------------------------------------
  41. license
  42. * column 'custom' is missing
  43. * column 'sortorder' is missing
  44. -------------------------------------------------------------------------------
  45. badge_backpack
  46. * Missing index 'backpackcredentials' (unique (userid, externalbackpackid)).
  47. CREATE UNIQUE INDEX mdl_badgback_useext_uix ON mdl_badge_backpack (userid, externalbackpackid);
  48. -------------------------------------------------------------------------------
  49. badge_backpack_oauth2
  50. * table is missing
  51. -------------------------------------------------------------------------------
  52. badge_external
  53. * column 'assertion' is missing
  54. -------------------------------------------------------------------------------
  55. badge_external_backpack
  56. * column 'oauth2_issuerid' is missing
  57. * Missing index 'backpackoauth2key' (not unique (oauth2_issuerid)).
  58. CREATE INDEX mdl_badgexteback_oau_ix ON mdl_badge_external_backpack (oauth2_issuerid);
  59. * column 'password' is not expected (C)
  60. -------------------------------------------------------------------------------
  61. task_scheduled
  62. * column 'timestarted' is missing
  63. * column 'hostname' is missing
  64. * column 'pid' is missing
  65. -------------------------------------------------------------------------------
  66. task_adhoc
  67. * column 'timecreated' is missing
  68. * column 'timestarted' is missing
  69. * column 'hostname' is missing
  70. * column 'pid' is missing
  71. -------------------------------------------------------------------------------
  72. task_log
  73. * column 'hostname' is missing
  74. * column 'pid' is missing
  75. -------------------------------------------------------------------------------
  76. oauth2_issuer
  77. * column 'servicetype' is missing
  78. * column 'loginpagename' is missing
  79. -------------------------------------------------------------------------------
  80. oauth2_user_field_mapping
  81. * column 'externalfield' length is 64, expected 500 (C)
  82. -------------------------------------------------------------------------------
  83. h5p_libraries
  84. * column 'metadatasettings' is missing
  85. * column 'tutorial' is missing
  86. * column 'example' is missing
  87. * column 'enabled' is missing
  88. -------------------------------------------------------------------------------
  89. contentbank_content
  90. * table is missing
  91. -------------------------------------------------------------------------------
  92. payment_accounts
  93. * table is missing
  94. -------------------------------------------------------------------------------
  95. payment_gateways
  96. * table is missing
  97. -------------------------------------------------------------------------------
  98. payments
  99. * table is missing
  100. -------------------------------------------------------------------------------
  101. infected_files
  102. * table is missing
  103. -------------------------------------------------------------------------------
  104. oauth2_refresh_token
  105. * table is missing
  106. -------------------------------------------------------------------------------
  107. block_accessibility
  108. * table is not expected
  109. -------------------------------------------------------------------------------
  110. tool_objectfs_objects
  111. * table is not expected
  112. -------------------------------------------------------------------------------
  113. tool_objectfs_reports
  114. * table is not expected
  115. -------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement