Skip to content

Commit

Permalink
Adjusting SQL migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Apr 5, 2024
1 parent e7d9cb6 commit 1c7ecb6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion connectors/migrations/20240324_slackbot_whitelist.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ VALUES
INSERT INTO
slack_bots_whitelist("connectorId", "slackConfigurationId", "botName")
VALUES
(211, 50, 'dust-email-lists-highlights');
(211, 50, 'dust-email-lists-highlights');

INSERT INTO
slack_bots_whitelist("connectorId", "slackConfigurationId", "botName")
VALUES
(589, 137, 'Dust_CrystalBall');

0 comments on commit 1c7ecb6

Please sign in to comment.