# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. 162,175d161 < // Change 6.x system table field values to 7.x equivelent < db_change_field('system', 'status', 'status', < array('type' => 'int', 'length' => 11, 'not null' => TRUE, 'default' => 0)); < db_change_field('system', 'bootstrap', 'bootstrap', < array('type' => 'int', 'length' => 11, 'not null' => TRUE, 'default' => 0)); < db_change_field('system', 'weight', 'weight', < array('type' => 'int', 'length' => 11, 'not null' => TRUE, 'default' => 0)); < db_change_field('system', 'schema_version', 'schema_version', < array('type' => 'int', < 'size' => 'small', < 'length' => 6, < 'not null' => TRUE, < 'default' => -1)); <