lightning-terminal/db
Viktor Tigerström 6030f650fd
db: order ListAllAccounts result by account id.
In preparation for the migration from kvdb to SQL, we update the results
of the ListAllAccounts query. After the migration has been implemented,
we will test that the result off all accounts in the SQL database
is the same as the result of the fetching all accounts in the kvdb.

By ordering the SQL query's result by account id, we ensure that all
accounts are returned in the same order as they are returned by the
kvdb.
2025-05-15 17:08:48 +02:00
..
sqlc db: order ListAllAccounts result by account id. 2025-05-15 17:08:48 +02:00
interfaces.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
log.go multi: update LND and friends 2025-03-26 09:20:52 -05:00
migrations.go db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +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