Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-6853

VCS: allow GC of unused binaries

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.4.2-RC2, 5.4.2
    • Component/s: None
    • Tags:
    • Impact type:
      Content model Change
    • Upgrade notes:
      Hide

      For the SQL binary manager, when migrating from an older version, the "binaries" table must be ALTERed to add a column "mark" of boolean type (BOOL in PostgreSQL, BOOLEAN in H2, BIT in MySQL and SQL Server, NUMBER(1,0) in Oracle):
      ALTER TABLE binaries ADD mark BOOL;

      Show
      For the SQL binary manager, when migrating from an older version, the "binaries" table must be ALTERed to add a column "mark" of boolean type (BOOL in PostgreSQL, BOOLEAN in H2, BIT in MySQL and SQL Server, NUMBER(1,0) in Oracle): ALTER TABLE binaries ADD mark BOOL;

      Description

      Provide a mechanism to delete unused binaries from the binaries store.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                fguillaume Florent Guillaume
                Reporter:
                fguillaume Florent Guillaume
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: