spec/spec_helper.rb in attr_vault-0.0.4 vs spec/spec_helper.rb in attr_vault-0.0.6
- old
+ new
@@ -18,12 +18,12 @@
CREATE TABLE items(
id serial primary key,
key_id uuid,
alt_key_id uuid,
secret_encrypted bytea,
- secret_hmac bytea,
+ secret_digest text,
other_encrypted bytea,
- other_hmac bytea,
+ other_digest text,
not_secret text,
other_not_secret text
)
EOF