fix on version check, better check of config differences, cleanup of G_mail_domain var
[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