lightning-terminal/db
Viktor Torstensson 0c6b3c0539
multi: introduce dev migrations
When the kvdb to sql migration is initially introduced, we will want to
ensure that it is only run under dev builds during the testing phase.

We therefore introduce the functionality to have separate dev
migrations, which are only included in a separate migration stream that
is used only in dev builds.

Note that these dev migrations are currently not included in the
`sqlc.yaml` file, to ensure that the main sqlc models doesn't include
the dev migrations.
2026-05-14 11:38:30 +02:00
..
migstreams multi: introduce dev migrations 2026-05-14 11:38:30 +02:00
sqlc multi: introduce dev migrations 2026-05-14 11:38:30 +02:00
sqlcmig6 sqlcmig6: add transaction executor for Queries 2026-05-14 11:38:02 +02:00
interfaces.go multi: remove unused db code 2026-05-14 11:37:52 +02:00
log.go multi: update LND and friends 2025-03-26 09:20:52 -05:00
migrations.go multi: introduce dev migrations 2026-05-14 11:38:30 +02:00
postgres.go multi: introduce migration stream for unit tests 2026-05-14 11:38:24 +02:00
postgres_fixture.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
schemas.go multi: introduce dev migrations 2026-05-14 11:38:30 +02:00
sqlerrors.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
sqlite.go multi: remove unused db code 2026-05-14 11:37:52 +02:00