summaryrefslogtreecommitdiff
path: root/pkgbase_schema.sql
diff options
context:
space:
mode:
authormartin.von.loewis <devnull@localhost>2010-01-03 20:42:53 +0000
committermartin.von.loewis <devnull@localhost>2010-01-03 20:42:53 +0000
commit51d9c30540dd9866ee0dd29bc2ed2df8655c7d5d (patch)
tree37c41aeacbc472c0eb8c0569fbd9f9c77a71e68d /pkgbase_schema.sql
parent43259b5f490db031b13b5a6e96ad558d89ff6bc1 (diff)
downloaddecorator-51d9c30540dd9866ee0dd29bc2ed2df8655c7d5d.tar.gz
Implement login with typed-in openid.
Diffstat (limited to 'pkgbase_schema.sql')
-rw-r--r--pkgbase_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgbase_schema.sql b/pkgbase_schema.sql
index 459897a..95daac3 100644
--- a/pkgbase_schema.sql
+++ b/pkgbase_schema.sql
@@ -51,6 +51,7 @@ CREATE TABLE sshkeys(
key TEXT
);
CREATE INDEX sshkeys_name ON sshkeys(name);
+CREATE INDEX rego_otk_otk_idx ON rego_otk(otk);
-- Table structure for table: rego_otk
CREATE TABLE rego_otk (