updated core to 7.67
This commit is contained in:
@@ -2870,7 +2870,7 @@ function system_update_7061(&$sandbox) {
|
||||
if (!db_table_exists('system_update_7061')) {
|
||||
$table = array(
|
||||
'description' => t('Stores temporary data for system_update_7061.'),
|
||||
'fields' => array('vid' => array('type' => 'int')),
|
||||
'fields' => array('vid' => array('type' => 'int', 'not null' => TRUE)),
|
||||
'primary key' => array('vid'),
|
||||
);
|
||||
db_create_table('system_update_7061', $table);
|
||||
@@ -3285,6 +3285,13 @@ function system_update_7081() {
|
||||
->execute();
|
||||
}
|
||||
|
||||
/**
|
||||
* Add 'jquery-extend-3.4.0.js' to the 'jquery' library.
|
||||
*/
|
||||
function system_update_7082() {
|
||||
// Empty update to force a rebuild of hook_library() and JS aggregates.
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-7.x-extra".
|
||||
* The next series of updates should start at 8000.
|
||||
|
Reference in New Issue
Block a user