Skip to content

Commit

Permalink
fix: remove redundant uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
nityanandagohain committed Dec 10, 2024
1 parent 708b3c5 commit ce6aeb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/query-service/migrate/ingestion_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ce6aeb7

Please sign in to comment.