diff options
author | Franklin Wei <me@fwei.tk> | 2018-07-02 14:30:52 -0400 |
---|---|---|
committer | Franklin Wei <me@fwei.tk> | 2018-07-02 14:30:52 -0400 |
commit | 09dda04a8e64c308cf25e5078bcf1056affb5703 (patch) | |
tree | 24314682f8c2f9ddf4310e6b781030c617a84665 /sqlinit.txt | |
parent | bfc206fbce814db2530fc2b5189d3655c15356ca (diff) | |
download | csaa-09dda04a8e64c308cf25e5078bcf1056affb5703.zip csaa-09dda04a8e64c308cf25e5078bcf1056affb5703.tar.gz csaa-09dda04a8e64c308cf25e5078bcf1056affb5703.tar.bz2 csaa-09dda04a8e64c308cf25e5078bcf1056affb5703.tar.xz |
Add primary key directive to FileRecords table
Diffstat (limited to '')
-rw-r--r-- | sqlinit.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlinit.txt b/sqlinit.txt index 06cd076..72634ea 100644 --- a/sqlinit.txt +++ b/sqlinit.txt @@ -17,7 +17,8 @@ Ver INTEGER, Ctr INTEGER, Cert BLOB, HMAC BLOB, -ACL_logleaves INTEGER +ACL_logleaves INTEGER, +PRIMARY KEY (Idx) ); CREATE TABLE IF NOT EXISTS FileLeaves ( |