I notice that the data column for the cache table has recently been switched from "text" to "bytea" in database.pgsql.

The corresponding change still (as of the beta release of 4.7) needs to be made for the mysql schema.

By means of explanation, see the applied patch (which does not include the proper update hooks)

Comments

Cvbge’s picture

Please see http://drupal.org/node/16998 too (iirc there were also other reports, don't remember ids).

Wesley Tanaka’s picture

Status: Needs work » Needs review
StatusFileSize
new797 bytes

Taking a stab at a patch

Wesley Tanaka’s picture

StatusFileSize
new1.4 KB

updated system_version and update.php to reference the new update

killes@www.drop.org’s picture

This patch would require some testing.

Wesley Tanaka’s picture

I think the part that needs the most testing is the upgrade procedure. It'd be nice if someone that's done a schema change patch before could look at this.

dries’s picture

Status: Needs review » Needs work

Patch no longer applies; needs to be re-rolled. Thanks.

Wesley Tanaka’s picture

Status: Needs work » Needs review
StatusFileSize
new1.09 KB

rerolled

dries’s picture

Status: Needs review » Fixed

Committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)