mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 22:27:22 +01:00
sqldb/sqlc: prune_log schema
Define the schema for the prune log.
This commit is contained in:
@@ -181,6 +181,11 @@ type NodeFeature struct {
|
||||
FeatureBit int32
|
||||
}
|
||||
|
||||
type PruneLog struct {
|
||||
BlockHeight int64
|
||||
BlockHash []byte
|
||||
}
|
||||
|
||||
type SourceNode struct {
|
||||
NodeID int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user