aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-10-25 01:04:00 -0400
committerRob Austein <sra@hactrn.net>2016-10-25 01:04:00 -0400
commit0a72321859b0ba669b17f9bb80c548beb1c1c5f7 (patch)
tree342ecd12270a8c3da2e060f4e3218db9dae87f50
parent0545621050554a3cf6732d53eba69e937b8d005f (diff)
Remove unused column from schema.
-rw-r--r--schema.sql1
1 files changed, 0 insertions, 1 deletions
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
);