projects
/
brisk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
investigation about callerimg placement
[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