cheogram-muc-bridge/schema.sqlite

2 lines
241 B
Plaintext

CREATE TABLE sessions (source_muc text not null, source_nick text not null collate nocase, target_muc text not null, target_nick text not null collate nocase, version integer, primary key (source_muc, source_nick, target_muc, target_nick));