add ip2int and int2ip functions to be able to store on pg IPV4 ip addresses
[brisk.git] / sql / sql.d / 064-user-guarant.sql
1 -- add guarantee of a user
2 ALTER TABLE #PFX#users DROP COLUMN guar_code;
3 ALTER TABLE #PFX#users ADD COLUMN guar_code integer DEFAULT -1;  -- who guaranted this user