11 lines
177 B
SQL
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
|
|
|
|
|