lightning-terminal/db/sqlc
Viktor Torstensson ff0eaa9774
sqlc: remove UpdateAccountAliasForTests query
As no code path uses the sqlc.UpdateAccountAliasForTests query, now that
migrations tests have been updated to use the sqlcmig6 version, we can
remove the query from the sqlc package. As this query is only intended
to be used for testing, it is beneficial to not expose it to the rest of
the codebase to avoid accidental usage in the future.
2026-05-14 11:38:18 +02:00
..
migrations multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
queries sqlc: remove UpdateAccountAliasForTests query 2026-05-14 11:38:18 +02:00
accounts.sql.go sqlc: remove UpdateAccountAliasForTests query 2026-05-14 11:38:18 +02:00
actions.sql.go sqlc+firewalldb: add GetAction SQL query 2025-10-07 02:13:14 +02:00
actions_custom.go db: define manual action SQL queries 2025-05-30 10:54:34 +02:00
db.go db/sqlc: add account related tables and queries 2025-01-29 16:37:20 +02:00
db_custom.go multi: remove unused db code 2026-05-14 11:37:52 +02:00
kvstores.sql.go multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
models.go multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
privacy_paris.sql.go db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +02:00
querier.go sqlc: remove UpdateAccountAliasForTests query 2026-05-14 11:38:18 +02:00
sessions.sql.go sqlc: add DeleteSession query 2025-11-25 19:35:42 +01:00