platform-codebase/tools/nightcrawler/docker/init-postgres.sql

3 lines
85 B
MySQL
Raw Normal View History

CREATE EXTENSION IF NOT EXISTS pgcrypto;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";