upgrades core to 8.4.2
This commit is contained in:
@@ -111,7 +111,8 @@ function locale_schema() {
|
||||
'customized' => [
|
||||
'type' => 'int',
|
||||
'not null' => TRUE,
|
||||
'default' => 0, // LOCALE_NOT_CUSTOMIZED
|
||||
// LOCALE_NOT_CUSTOMIZED
|
||||
'default' => 0,
|
||||
'description' => 'Boolean indicating whether the translation is custom to this site.',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user