Chore: Remvoe newDBLibrary feature flag (#78074)

This commit is contained in:
Ryan McKinley
2023-11-14 06:51:35 -08:00
committed by GitHub
parent 580477bf8e
commit a221c1d754
8 changed files with 4 additions and 26 deletions

View File

@@ -63,10 +63,6 @@ const (
// Enable trace to metrics links
FlagTraceToMetrics = "traceToMetrics"
// FlagNewDBLibrary
// Use jmoiron/sqlx rather than xorm for a few backend services
FlagNewDBLibrary = "newDBLibrary"
// FlagAutoMigrateOldPanels
// Migrate old angular panels to supported versions (graph, table-old, worldmap, etc)
FlagAutoMigrateOldPanels = "autoMigrateOldPanels"