This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
Watch
2
Star
0
Fork
0
You've already forked status-go
mirror of
https://github.com/status-im/status-go.git
synced
2025-01-10 22:56:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
status-go
/
walletdatabase
/
migrations
/
sql
/
doc.go
4 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
feat(wallet): move wallet-related tables to a dedicated db. 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.
2023-08-11 13:25:14 +02:00
package
sql
chore: make generate with custom `-modtime` (#4896)
2024-03-08 09:25:17 +00:00
//go:generate go-bindata -modtime=1700000000 -pkg migrations -o ../bindata.go ./
Reference in New Issue
Copy Permalink