lightning-terminal/db
Viktor Torstensson 4ccb56a771
multi: add UpdateAccountAliasForTests query
In the upcoming kvdb to SQL migration of the actions store, we need to
simulate in tests that two or more accounts have colliding account
aliases for the first 4 bytes of the alias. In order to allow creation
of such accounts, we need to be able to update the alias of an account
in tests, and this commit adds the a SQL query enabling this
functionality.

Note that the `UpdateAccountAliasForTests` query is only intended for
use in tests and should not be used in production code.
2025-10-07 02:13:41 +02:00
..
sqlc multi: add UpdateAccountAliasForTests query 2025-10-07 02:13:41 +02:00
interfaces.go db: define manual action SQL queries 2025-05-30 10:54:34 +02:00
log.go multi: update LND and friends 2025-03-26 09:20:52 -05:00
migrations.go db: add actions schemas and queries 2025-05-29 07:04:40 +02:00
postgres.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
postgres_fixture.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
schemas.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
sqlerrors.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
sqlite.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00