fix: removed length limit for logout_u_r_l

pull/202/head
Specht, David 2022-03-17 19:20:11 +01:00
parent b608a17c9f
commit 148b5d90df
1 changed files with 1 additions and 2 deletions

View File

@ -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
]);
}
}