You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create table deleted(id text unique collate nocase);
insert into deleted select maskid as mskid from history where typeof(mskid) = 'text' and length(mskid) = 5 and not exists(select 1 from masks where maskid = mskid);