#941: Trucated history revision for revisions
--------------------+-----------------------------
Reporter: adeiana | Owner:
Type: defect | Status: infoneeded_new
Priority: major | Component: *installation*
Version: | Resolution:
Keywords: |
--------------------+-----------------------------
Changes (by simko):
* status: new => infoneeded_new
* component: *general* => *installation*
Comment:
I fully agree, of course. Will you prepare a patch against master?
We may want to check other BLOB occurrences as well, e.g. firerole or job
details:
{{{
$ git grep -Hni blob modules/miscutil/sql/ | grep -Ev
'(mediumblob|longblob)'
modules/miscutil/sql/tabcreate.sql:2950: password blob NOT NULL,
modules/miscutil/sql/tabcreate.sql:2952: settings blob default NULL,
modules/miscutil/sql/tabcreate.sql:2989: firerole_def_ser blob NULL,
modules/miscutil/sql/tabcreate.sql:3004: data blob NOT NULL,
modules/miscutil/sql/tabcreate.sql:3149: reply_order_cached_data blob
NULL default NULL,
modules/miscutil/sql/tabcreate.sql:3199: reply_order_cached_data blob
NULL default NULL,
modules/miscutil/sql/tabcreate.sql:3636: marcxml blob NOT NULL,
modules/miscutil/sql/tabcreate.sql:3641: job_details blob NOT NULL,
modules/miscutil/sql/tabcreate.sql:3662: job_details blob NULL default
NULL,
}}}
--
Ticket URL: <http://invenio-software.org/ticket/941#comment:2>
Invenio <http://invenio-software.org>