DB Schema maintenance -- Postgres needs help

Re: DB Schema maintenance -- Postgres needs help

by Martín Langhoff -
Number of replies: 0
It's a simplistic script, and resources is declaring the same index twice: "PRIMARY KEY (id);UNIQUE KEY (id)"

Primary keys are unique by design under MySQL, so it's a harmless redundancy. Well, no so harmless, it already hurt the credibility of my script ;)

I've put the script in cvs:contrib/devtools

(edit: damn! I thought we had cvs:foo/bar filters but it must be bugtracker-only)