-- Migration 0001 — Initial schema bootstrap
-- This file mirrors db/schema.sql + db/seed.sql for migration tracking.
-- Apply by sourcing schema.sql then seed.sql.
SOURCE schema.sql;
SOURCE seed.sql;
