Skip to content

Commit

Permalink
Adding more triggers to seed db
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-malec committed Nov 18, 2024
1 parent 2348785 commit 1e68c1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/Seed-Database.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ $connection = Get-ConnectionString $appSettings

$command = "Invoke-SqlQuery " + `
"-connectionString ""$connection"" " + `
"-query ""INSERT INTO KenticoZapier_ZapierTrigger
VALUES
('e569a1c7', 'BizForm.DancingGoatContactUs', 'Form', 'Create', 'https://hooks.zapier.com/hooks/standard/18364481/7669f3b896c3454da513d8f361464208/');
"-query ""INSERT INTO KenticoZapier_ZapierTrigger VALUES
('e569a1c7', 'BizForm.DancingGoatContactUs', 'Form', 'Create', 'https://hooks.zapier.com/hooks/standard/18364481/7669f3b896c3454da513d8f361464208/'),
('e569a1c8', 'DancingGoat.Cafe', 'Reusable', 'Update', 'https://hooks.zapier.com/hooks/standard/18364481/7669f3b896c3454da513d8f361464209/'),
('e569a1c9', 'CMS.EventLog', '', 'Create', 'https://hooks.zapier.com/hooks/standard/18364481/7669f3b896c3454da513d8f361464207/');
"" "

Invoke-ExpressionWithException $command
Expand Down

0 comments on commit 1e68c1d

Please sign in to comment.