Skip to content

Commit

Permalink
Removed old comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Dec 30, 2024
1 parent f98f180 commit c6131b9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func Up_20241223115925(tx *sql.Tx) error {
}

_, err = tx.Exec(`ALTER TABLE host_mdm_apple_declarations
-- defaulting to NULL for backward compatibility with existing declarations
ADD COLUMN secrets_updated_at DATETIME(6) NULL`)
if err != nil {
return fmt.Errorf("failed to alter host_mdm_apple_declarations table: %w", err)
Expand Down

0 comments on commit c6131b9

Please sign in to comment.