Skip to content
  • Jean-Philippe Gaudreau's avatar
    Increase the size of the activity queue data column (Bug 1513851) · fcbb3ad1
    Jean-Philippe Gaudreau authored
    In MySQL, the default "text" column size is 65kB. Because this column
    can hold the serialized text from several other columns, it needs to
    be larger than that. Setting it to "big" generates a "longtext", which
    is 4GB.
    
    This change has no effect in Postgres. Postgres has only one text
    size (unlimited). The XMLDB generator is smart enough that it
    recognizes this and doesn't run any SQL in this case.
    
    behatnotneeded
    
    Change-Id: I0311bf9d25dba531ced72e6f74b8d5b2d317e745
    fcbb3ad1