dify/docker/volumes/db/scripts/init_extension.sh

1 line
73 B
Bash

psql -U postgres -d dify -c 'CREATE EXTENSION IF NOT EXISTS "uuid-ossp";'