add match check on ttype to generate ranking just on certified and guaranteed users
[brisk.git] / sql / sql.d / 052-user-rename-tsusp.sql
1 ALTER TABLE #PFX#users RENAME COLUMN lintm TO tsusp; --MB
2 ALTER TABLE #PFX#users RENAME COLUMN tsusp TO lintm; --MF
3