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')) {
|
if (!$table->hasColumn('logout_u_r_l')) {
|
||||||
$table->addColumn('logout_u_r_l', 'string', [
|
$table->addColumn('logout_u_r_l', 'string', [
|
||||||
'notnull' => false,
|
'notnull' => false
|
||||||
'length' => 200
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue