@@ -0,0 +1,10 @@
# 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
The note is not visible to the blocked user.