Skip to content
Snippets Groups Projects

#3106205 moved the system_update hook to 10202

Closed #3106205 moved the system_update hook to 10202
All threads resolved!
Closed James Glasgow requested to merge issue/drupal-3106205:3106205-11.x into 11.x
All threads resolved!
Files
3
@@ -1222,7 +1222,7 @@ protected static function schemaDefinition() {
'route_param_key' => [
'description' => 'An encoded string of route parameters for loading by route.',
'type' => 'varchar',
'length' => 255,
'length' => 2048,
],
'route_parameters' => [
'description' => 'Serialized array of route parameters of this menu link.',
@@ -1234,7 +1234,7 @@ protected static function schemaDefinition() {
'url' => [
'description' => 'The external path this link points to (when not using a route).',
'type' => 'varchar',
'length' => 255,
'length' => 2048,
'not null' => TRUE,
'default' => '',
],
Loading