ncstate-delta / moodle-mod_zoom

Moodle plugin for Zoom meeting
https://moodle.org/plugins/mod_zoom
61 stars 108 forks source link

Database schema is not aligned - column 'registration' #563

Closed michael-milette closed 8 months ago

michael-milette commented 8 months ago

Good day!

When I go to Site Administration > Reports > Performance Overview, I see the following message:

image

When I click on Database Schema Check or More info, I see the following details:

image

Details text from the above screenshot:

Zoom

column 'registration' should be NOT NULL (I)
column 'registration' has default 'NULL', expected '2' (I)

Additional information:

Let me know if you need any additional information.

Best regards,

Michael Milette

jrchamp commented 8 months ago

Thanks @michael-milette

Looks like this is a regression from #505, the registration upgrade line was unintentionally modified, likely because it also mentioned that the field was after option_auto_recording.

To resolve, we will want to: