You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lncfg/db.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ type DB struct {
87
87
88
88
UseNativeSQLbool`long:"use-native-sql" description:"Use native SQL for tables that already support it."`
89
89
90
-
SkipSQLInvoiceMigrationbool`long:"skip-sql-invoice-migration" description:"Do not migrate invoices stored in our key-value database to native SQL."`
90
+
SkipNativeSQLMigrationbool`long:"skip-native-sql-migration" description:"Do not run the KV to native SQL migration. It should only be used if errors are encountered normally."`
91
91
92
92
NoGraphCachebool`long:"no-graph-cache" description:"Don't use the in-memory graph cache for path finding. Much slower but uses less RAM. Can only be used with a bolt database backend."`
0 commit comments