summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-02-14 14:23:41 +1100
committerRichard Jones <richard@mechanicalcat.net>2013-02-14 14:23:41 +1100
commitacd3f6f37de42e55093884ac31d2e477d7c9c819 (patch)
tree730a05c6ecee625425b7842286990973a9128756 /tools
parentf376646bdb82142840fa7cedbe846fbed736a011 (diff)
downloaddecorator-acd3f6f37de42e55093884ac31d2e477d7c9c819.tar.gz
improved password reset with no emailing of passwords
Diffstat (limited to 'tools')
-rw-r--r--tools/sqlite_create.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sqlite_create.py b/tools/sqlite_create.py
index 6205e93..77cb867 100644
--- a/tools/sqlite_create.py
+++ b/tools/sqlite_create.py
@@ -84,6 +84,8 @@ SQLs = [
"create index journals_version_idx on journals(version)",
"create index packages_name_idx on packages(name)",
"create index rego_otk_name_idx on rego_otk(name)",
+"create index reset_otk_name_idx on reset_otk(name)",
+"create index reset_otk_otk_idx on reset_otk(otk)",
"create index rel_class_name_idx on release_classifiers(name)",
"create index rel_class_trove_id_idx on "
"release_classifiers(trove_id)",