Commit Graph

2 Commits

Author SHA1 Message Date
egutierrez d231f04a26 refactor: usar sqlite_apply_migrations_go_infra del registry
Sustituye applyMigrations + splitSQLStatements + isIdempotentError locales
por infra.ApplyMigrations del registry. ~55 LOC eliminadas.

- store.go: import fn-registry/functions/infra, llama infra.ApplyMigrations
- go.mod: declara dep fn-registry con replace local
- app.md: declara sqlite_apply_migrations_go_infra en uses_functions

Sin cambio funcional (mismo parser naive de `;`, mismas reglas idempotentes).
Bug fixes futuros se aplicaran automaticamente al consumir registry.
2026-05-09 12:40:10 +02:00
fn-registry agent 041400b907 chore: sync from fn-registry agent 2026-04-28 22:12:20 +02:00