aboutsummaryrefslogtreecommitdiff
path: root/perl/sql/Wallet-Schema-0.08-0.09-SQLite.sql
diff options
context:
space:
mode:
Diffstat (limited to 'perl/sql/Wallet-Schema-0.08-0.09-SQLite.sql')
-rw-r--r--perl/sql/Wallet-Schema-0.08-0.09-SQLite.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/sql/Wallet-Schema-0.08-0.09-SQLite.sql b/perl/sql/Wallet-Schema-0.08-0.09-SQLite.sql
index 9964a17..42f4ea5 100644
--- a/perl/sql/Wallet-Schema-0.08-0.09-SQLite.sql
+++ b/perl/sql/Wallet-Schema-0.08-0.09-SQLite.sql
@@ -8,4 +8,6 @@ CREATE TABLE duo (
PRIMARY KEY (du_name)
);
+CREATE INDEX acl_history_idx_ah_acl ON acl_history (ah_acl);
+
COMMIT;