cloud_bbb
cloud_bbb copied to clipboard
fix: add notnull to welcome table (#250)
The welcome message being null in the database does not work well with the frontend. The frontend needs it to be notnull and expects string, otherwise throws exceptions.
@sualko I am not familiar with Nextcloud extensions. Is it enough to add another Migration.php by copy&paste&guess? :) I did not find a place where the migrations are referenced.