forked from molecule-ai/molecule-core
feb5ca5eab
The migration SQL is read as raw SQL (not through Go fmt.Sprintf), so %% is two parameters, not an escaped percent. Postgres RAISE uses single % for parameter substitution. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>