[Cryptech-Commits] [sw/pkcs11] 02/02: Remove unused column from schema.
git at cryptech.is
git at cryptech.is
Tue Oct 25 05:05:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch ksng
in repository sw/pkcs11.
commit 0a72321859b0ba669b17f9bb80c548beb1c1c5f7
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Oct 25 01:04:00 2016 -0400
Remove unused column from schema.
---
schema.sql | 1 -
1 file changed, 1 deletion(-)
diff --git a/schema.sql b/schema.sql
index ab675f8..c79b3c0 100644
--- a/schema.sql
+++ b/schema.sql
@@ -94,7 +94,6 @@ CREATE TEMPORARY TABLE IF NOT EXISTS session_attribute (
CREATE TABLE IF NOT EXISTS token_object (
token_object_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
- hal_pkey_type INTEGER,
hal_pkey_uuid BLOB
);
More information about the Commits
mailing list