mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-29 06:29:32 -04:00
Rename column to attestation_json
This commit is contained in:
parent
0aac30d53b
commit
e52c391cd4
2 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue