Skip to content

Commit

Permalink
Plugin: BigBlueButton: Fix missing field 'close' in plugin_bbb_room o…
Browse files Browse the repository at this point in the history
…n install
  • Loading branch information
ywarnier committed Jul 12, 2020
1 parent 1263bde commit 0a6ee65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/bbb/lib/bbb_plugin.class.php
Expand Up @@ -207,7 +207,8 @@ interface INT NOT NULL DEFAULT 0
participant_id int(11) NOT NULL,
in_at datetime,
out_at datetime,
interface int NOT NULL DEFAULT 0
interface int NOT NULL DEFAULT 0,
close INT NOT NULL DEFAULT 0
);"
);
$fieldLabel = 'plugin_bbb_course_users_limit';
Expand Down

0 comments on commit 0a6ee65

Please sign in to comment.