diff --git a/pkg/query-service/migrate/ingestion_dashboard.go b/pkg/query-service/migrate/ingestion_dashboard.go index 5790679bff..e9b33f3e1c 100644 --- a/pkg/query-service/migrate/ingestion_dashboard.go +++ b/pkg/query-service/migrate/ingestion_dashboard.go @@ -43,7 +43,6 @@ func createIngestionDashboardV2(conn *sqlx.DB) error { Data: mapData, } userEmail := "admin@signoz.cloud" - dash.Uuid = uuid.New().String() dash.CreatedAt = time.Now() dash.CreateBy = &userEmail dash.UpdatedAt = time.Now()