c82e0eea southerntofu
1 year, 8 months ago
1
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));