Files
matrix-rust-sdk/crates/matrix-sdk-sqlite/migrations/005_withheld_code.sql
2023-04-13 10:59:05 +02: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
);