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

Track/medium tables have indexes/constraints with bad names

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 2013-06-10
    • None
    • None
    • None

      \d medium says I have index:
      "medium2013_pkey" PRIMARY KEY, btree (id)

      \d track says I have index:
      "track2013_pkey" PRIMARY KEY, btree (id)
      and constraints:
      "track2013_edits_pending_check" CHECK (edits_pending >= 0)
      "track2013_length_check" CHECK (length IS NULL OR length > 0)

      and Ian tells me they should not be called that.

            ianmcorvidae Ian McEwen
            nikki nikki
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package
                2013-06-10