platform-codebase/tools/nightcrawler/docker/init-postgres.sql
Lilith ac1df75d5d chore(src): 🔧 Update 9 YAML configuration files in source directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-14 05:35:46 -08:00

2 lines
85 B
SQL

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