mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
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. |
||
|---|---|---|
| .. | ||
| sqlc | ||
| sqlcmig6 | ||
| interfaces.go | ||
| log.go | ||
| migrations.go | ||
| postgres.go | ||
| postgres_fixture.go | ||
| schemas.go | ||
| sql_migrations.go | ||
| sqlerrors.go | ||
| sqlite.go | ||