Fix for bug 66014: Correct sanitycheck for the new initialowner and

initialqacontact fields in the components table. Patch by Matthew Tuck <matty@chariot.net.au> r= afranke, justdave
parent 01242775
......@@ -147,7 +147,8 @@ CrossCheck("profiles", "userid",
["votes", "who", "bug_id"],
["longdescs", "who", "bug_id"],
["namedqueries", "userid"],
["components", "initialowner"]);
["components", "initialowner", "value"],
["components", "initialqacontact", "value", ["0"]]);
Status("Checking passwords");
SendSQL("SELECT COUNT(*) FROM profiles WHERE cryptpassword != ENCRYPT(password, left(cryptpassword, 2))");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment