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

1 line
73 B
Bash
Raw Normal View History

2023-05-15 08:51:32 +08:00
psql -U postgres -d dify -c 'CREATE EXTENSION IF NOT EXISTS "uuid-ossp";'