Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / locale / locale.install
index 225e952a7d03fc812141265977bad7746185e462..f85b8599f9e59abbbf94228a081bd1423ac503d5 100644 (file)
@@ -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.',
       ],
     ],