Track/medium tables have indexes/constraints with bad names

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 2013-06-10
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:

                Version Package
                2013-06-10