From 6886db972f2545395d67b35bef841b1ab97ccc19 Mon Sep 17 00:00:00 2001 From: Kartheek Palla Date: Wed, 30 Jun 2021 17:48:58 +0530 Subject: [PATCH] Issue #SB-25360 fix: VDN SMS templates (#2657) --- .../postgres-migration/files/sunbird_programs/V4.0.0.0.sql | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 ansible/roles/postgres-migration/files/sunbird_programs/V4.0.0.0.sql diff --git a/ansible/roles/postgres-migration/files/sunbird_programs/V4.0.0.0.sql b/ansible/roles/postgres-migration/files/sunbird_programs/V4.0.0.0.sql deleted file mode 100644 index 7b4571a210..0000000000 --- a/ansible/roles/postgres-migration/files/sunbird_programs/V4.0.0.0.sql +++ /dev/null @@ -1,2 +0,0 @@ -UPDATE "public"."configuration" SET value="VidyaDaan: Your Content $contentName for the project $projectName has been approved by the project owner. Please login to $url for details." WHERE key="smsContentAccept"; -UPDATE "public"."configuration" SET value="VidyaDaan: Your Content $contentName for the project $projectName has been approved by the project owner with few changes. Please login to $url for details." WHERE key="smsContentRequestedChanges";