-- Executed on first database creation only CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; CREATE EXTENSION IF NOT EXISTS "pgcrypto"; -- Production database (separate from dev's life_manager) CREATE DATABASE life_manager_prod; \c life_manager_prod CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; CREATE EXTENSION IF NOT EXISTS "pgcrypto";