diff options
author | Rob Austein <sra@hactrn.net> | 2016-10-25 01:04:00 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-10-25 01:04:00 -0400 |
commit | 0a72321859b0ba669b17f9bb80c548beb1c1c5f7 (patch) | |
tree | 342ecd12270a8c3da2e060f4e3218db9dae87f50 | |
parent | 0545621050554a3cf6732d53eba69e937b8d005f (diff) |
Remove unused column from schema.
-rw-r--r-- | schema.sql | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ); |