-- Migration 003: no-op (schema already created by 002_schema.sql) -- This migration previously conflicted with 002 by attempting to recreate -- tables with incompatible column types (INTEGER vs TEXT IDs). SELECT 1;