webi-installers
webi-installers copied to clipboard
please add create hstore to postgres cheat sheet
CREATE EXTENSION IF NOT EXISTS hstore;
# for postgres < 13
CREATE EXTENSION IF NOT EXISTS pgcrypto;
# SELECT gen_random_uuid();