~singpolyma/cheogram-muc-bridge

ref: 3b77e21c249749ffa584a7ec079b50a2a9510601 cheogram-muc-bridge/schema.sqlite -rw-r--r-- 241 bytes
3b77e21cStephen Paul Weber Allow no subscript 1 year, 7 months ago
                                                                                
c82e0eea southerntofu
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));