Rename column to attestation_json

This commit is contained in:
Erik Johnston 2017-07-11 14:25:46 +01:00
parent 0aac30d53b
commit e52c391cd4
2 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@ CREATE TABLE group_attestations_remote (
group_id TEXT NOT NULL,
user_id TEXT NOT NULL,
valid_until_ms BIGINT NOT NULL,
attestation TEXT NOT NULL
attestation_json TEXT NOT NULL
);
CREATE INDEX group_attestations_remote_g_idx ON group_attestations_remote(group_id, user_id);