added index to billing for reference numbers to hopefully speed up query times.

master
dtookey 4 years ago
parent 022e7bbee6
commit 6173e8e774

@ -1,4 +1,7 @@
DROP TABLE IF EXISTS tokens;
DROP INDEX IF EXISTS billing_refnum ON billing;
CREATE INDEX billing_refnum ON billing (refNumber);
-- noinspection SqlWithoutWhere
UPDATE users SET hash = '';

Loading…
Cancel
Save