aboutsummaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-09-09 00:39:44 -0400
committerRob Austein <sra@hactrn.net>2016-09-09 00:39:44 -0400
commit2d43319db94c0995ff5ce13f3f0da39ffbd12278 (patch)
treecc3235788d395bb339d3c72499baa3a567127482 /schema.sql
parent8a36a9c42b6c327056ca334d556c221c28375d15 (diff)
Track removal of `type` argument from hal_rpc_pkey_find().
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 1db361c..ab675f8 100644
--- a/schema.sql
+++ b/schema.sql
@@ -77,7 +77,6 @@ CREATE TEMPORARY TABLE IF NOT EXISTS object (
CREATE TEMPORARY TABLE IF NOT EXISTS session_object (
session_object_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
- hal_pkey_type INTEGER,
hal_pkey_uuid BLOB,
object_id INTEGER NOT NULL UNIQUE
REFERENCES object