Files
orion/init.sql
2025-09-05 17:27:39 +02:00

11 lines
177 B
SQL

# init.sql
-- Initial database setup
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
-- Create indexes for better performance
-- These will be managed by Alembic in production