Skip to content

Commit

Permalink
Merge pull request #2378 from SebastienGllmt/patch-1
Browse files Browse the repository at this point in the history
Add missing row on Lovefield
  • Loading branch information
vsubhuman committed Sep 10, 2021
2 parents cea1fb3 + 03ae48f commit 7fa31fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ export const populatePrimitivesDb = (schemaBuilder: lf$schema$Builder) => {
// Network Table
schemaBuilder.createTable(NetworkSchema.name)
.addColumn(NetworkSchema.properties.NetworkId, Type.INTEGER)
.addColumn(NetworkSchema.properties.NetworkName, Type.STRING)
.addColumn(NetworkSchema.properties.CoinType, Type.NUMBER)
.addColumn(NetworkSchema.properties.Backend, Type.OBJECT)
.addColumn(NetworkSchema.properties.BaseConfig, Type.OBJECT)
Expand Down

0 comments on commit 7fa31fc

Please sign in to comment.