mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-07 14:00:08 +02:00
sqldb: define schemas for all graph node tables
In this commit, the various SQL schemas required to store graph node related data is defined. Specifically, the following tables are defined: - nodes - node_extra_types - node_features - node_addresses
This commit is contained in:
@ -2,4 +2,10 @@
|
||||
|
||||
package sqldb
|
||||
|
||||
var migrationAdditions = []MigrationConfig{}
|
||||
var migrationAdditions = []MigrationConfig{
|
||||
{
|
||||
Name: "000007_graph",
|
||||
Version: 8,
|
||||
SchemaVersion: 7,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user