lightning-terminal/db/sqlc/queries
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
..
accounts.sql multi: add UpdateAccountAliasForTests query 2025-10-07 02:13:41 +02:00
actions.sql sqlc+firewalldb: add GetAction SQL query 2025-10-07 02:13:14 +02:00
kvstores.sql multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
privacy_paris.sql db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +02:00
sessions.sql db/sqlc: add session schemas and queries 2025-03-11 11:37:41 -05:00