#!/bin/bash # Initialize the database schema psql "$DATABASE_URL" -f src/db/schema.sql echo "Database initialized successfully."