mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
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. |
||
|---|---|---|
| .. | ||
| migrations | ||
| queries | ||
| accounts.sql.go | ||
| actions.sql.go | ||
| actions_custom.go | ||
| db.go | ||
| db_custom.go | ||
| kvstores.sql.go | ||
| models.go | ||
| privacy_paris.sql.go | ||
| querier.go | ||
| sessions.sql.go | ||