add ip2int and int2ip functions to be able to store on pg IPV4 ip addresses
[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