mirror of https://github.com/sualko/cloud_bbb
fix: removed length limit for logout_u_r_l
parent
b608a17c9f
commit
148b5d90df
|
@ -28,8 +28,7 @@ class Version000000Date20220316165602 extends SimpleMigrationStep {
|
|||
|
||||
if (!$table->hasColumn('logout_u_r_l')) {
|
||||
$table->addColumn('logout_u_r_l', 'string', [
|
||||
'notnull' => false,
|
||||
'length' => 200
|
||||
'notnull' => false
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue