dify/docker/volumes/db/scripts/init_extension.sh
2023-05-15 08:51:32 +08:00

1 line
73 B
Bash

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