Skip to content

Commit 9b5da00

Browse files
committed
updated polling plugin migration script
1 parent 61b3baa commit 9b5da00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- revert the container image path of the polling plugin version 1.0.0
22
UPDATE plugin_pipeline_script
33
SET container_image_path ='quay.io/devtron/poll-container-image:97a996a5-545-16654'
4-
WHERE container_image_path ='ashexp/polling-plugin:v1.0.0-beta2'
4+
WHERE container_image_path ='ashexp/polling-plugin:v1.0.0-beta3'
55
AND deleted = false;

scripts/sql/282_polling_plugin_v2.up.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- update the container image path for the polling plugin version 1.0.0
22
UPDATE plugin_pipeline_script
3-
SET container_image_path ='ashexp/polling-plugin:v1.0.0-beta2'
3+
SET container_image_path ='ashexp/polling-plugin:v1.0.0-beta3'
44
WHERE container_image_path ='quay.io/devtron/poll-container-image:97a996a5-545-16654'
55
AND deleted = false;
66

0 commit comments

Comments
 (0)