BEGIN TRANSACTION; SET search_path = public; CREATE EXTENSION IF NOT EXISTS pgcrypto; CREATE EXTENSION IF NOT EXISTS pgjwt; COMMIT TRANSACTION;