Files
matrix-rust-sdk/crates/matrix-sdk-sqlite/migrations/003_withheld_code.sql
T
valere 0ec3aca727 refactor(withheld) store withheld as ShareInfo
and store no_olm sent in device
2023-03-07 18:46:52 +01:00

6 lines
139 B
SQL

CREATE TABLE "direct_withheld_info" (
"session_id" BLOB PRIMARY KEY NOT NULL,
"room_id" BLOB NOT NULL,
"data" BLOB NOT NULL
);