Influxdb: Remove backend migration feature toggle (#61308)

* Remove influxdbBackendMigration feature toggle

* Remove code blocks related to influxdbBackendMigration feature toggle

* Fix annotations

* Remove commented lines

* Fix unit tests
This commit is contained in:
ismail simsek
2023-01-17 15:11:26 +01:00
committed by GitHub
parent efed0151f8
commit 67c02f660a
10 changed files with 90 additions and 933 deletions
@@ -30,7 +30,6 @@ export interface FeatureToggles {
panelTitleSearch?: boolean;
tempoApmTable?: boolean;
prometheusAzureOverrideAudience?: boolean;
influxdbBackendMigration?: boolean;
showFeatureFlagsInUI?: boolean;
publicDashboards?: boolean;
publicDashboardsEmailSharing?: boolean;