]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
slightly more paranoid database schema:.
authorcyeh%bluemartini.com <>
Thu, 27 Apr 2000 02:12:17 +0000 (02:12 +0000)
committercyeh%bluemartini.com <>
Thu, 27 Apr 2000 02:12:17 +0000 (02:12 +0000)
commitdc17dc6d5faf0ec2c15400194da515ec2e4d7d62
treec3e3d293cc76ee712d34c0d5f9d6c3cbbe34f367
parent6ee776b0f05c6acc23270fc87c180401e64c6069
slightly more paranoid database schema:.
made column 'program' in table 'versions' be not null, and unique.
optimally you would want a unique index on 'value' and 'program' but
indexes are not supported on datatype 'tinytext' until mysql 3.23
checksetup.pl