Commit 2a8c7256 by Scott

Skip qa_users upgrade with SSO

parent 0f05f0fc
......@@ -1461,10 +1461,12 @@
break;
case 62:
if (!QA_FINAL_EXTERNAL_USERS) {
// add column to qa_users to handle new bcrypt passwords
qa_db_upgrade_query('ALTER TABLE ^users ADD COLUMN passhash '.$definitions['users']['passhash'].' AFTER passcheck');
qa_db_upgrade_query('ALTER TABLE ^users ADD COLUMN passhash ' . $definitions['users']['passhash'] . ' AFTER passcheck');
qa_db_upgrade_query($locktablesquery);
break;
}
// Up to here: Version 1.8 alpha
}
......
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