Skip to content

Commit

Permalink
Merge branch 'feat-fleet-app-library' into 21776-add-software
Browse files Browse the repository at this point in the history
  • Loading branch information
jahzielv committed Sep 16, 2024
2 parents 0d8571b + 01e3736 commit 68bb94b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ func TestUp_20240909145426(t *testing.T) {
execNoErr(t, db, `INSERT INTO script_contents (id, md5_checksum, contents) VALUES (1, 'checksum', 'script content')`)
swiID := execNoErrLastID(t, db, `
INSERT INTO software_installers
(filename, version, platform, install_script_content_id, storage_id)
(filename, version, platform, install_script_content_id, storage_id, package_ids, uninstall_script_content_id)
VALUES
(?,?,?,?,?)`, "sw1-installer.pkg", "1.2", "darwin", 1, "storage-id1")
(?,?,?,?,?,?,?)`, "sw1-installer.pkg", "1.2", "darwin", 1, "storage-id1", "", 1)

// Apply current migration.
applyNext(t, db)
Expand Down

0 comments on commit 68bb94b

Please sign in to comment.