$ curl https://gist.githubusercontent.com/dmfrancisco/8dc4057a8585af2de0c9/raw/install.sh | sh
If you're running Linux replace curl
with wget -qO-
.
Restart your bash shell to put the changes in effect.
CREATE SEQUENCE agentserial | |
START WITH 1 | |
INCREMENT BY 1 | |
NO MINVALUE | |
NO MAXVALUE | |
CACHE 1; | |
CREATE SEQUENCE roleserial | |
START WITH 1 | |
INCREMENT BY 1 |