mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
d106b449b6
The only place where appDB is used in wallet is activity, which refers to `keycards_accounts` table. So a temporary table `keycards_accounts` is created in wallet db and updated before each activity query.
4 lines
74 B
Go
4 lines
74 B
Go
package sql
|
|
|
|
//go:generate go-bindata -pkg migrations -o ../bindata.go ./
|