Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / database_test / database_test.install
index 62cf38addd35d1b3095c715fd9811a24c4cd7838..b4e3ca5632558fb4337c03d5b523791b9684b063 100644 (file)
@@ -207,7 +207,8 @@ function database_test_schema() {
         'type' => 'int',
         'unsigned' => TRUE,
         'not null' => FALSE,
-        'default' => 0],
+        'default' => 0,
+      ],
     ],
     'primary key' => ['id'],
     'unique keys' => [