Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-5475

migration on 8.4 is broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: High High
    • None
    • Schema change, 2012-10-15
    • Schema Change
    • None

      20110602-merge-duplicate-tracklists.sql contains several clauses that use ORDER BY inside of array_agg():

      SELECT array_agg(tracklist ORDER BY tracklist ASC) AS all_merge

      ORDER BY inside 8.4 is not supported and anyone using 8.4 (minimum supported version) can't upgrade. Please investigate a workaround that does not use ORDER BY. I'm guessing we need to create more temporary tables to accomplish this.

            Unassigned Unassigned
            rob Robert Kaye
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package