mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
6 lines
139 B
SQL
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
|
|
);
|