Closed syndr0m closed 7 years ago
select count(*) from "RefreshTokens" where created < '2016/12/10 00:00:00'
-- 1149966
create table "backupRefreshTokens20170112" as table "RefreshTokens";
delete from "RefreshTokens" where created < '2016/12/10 00:00:00';
-- Query returned successfully: 1149966 rows affected, 5.6 secs execution time.
select count(*) from "RefreshTokens";
-- 152550