Skip to content

Commit 782cc1d

Browse files
Merge pull request #747 from PradyumnaNagendra/release-2.5.0
Issue #000 fix: Merging cqls from release-lms-2.5.0 to release-2.5.0
2 parents ac7cad1 + d8df16e commit 782cc1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CREATE TRIGGER course_batch_trigger ON sunbird_courses.course_batch USING 'org.sunbird.cassandra.triggers.TransactionEventTrigger';
2-
CREATE TRIGGER batch_enrollment_trigger ON sunbird_courses.user_courses USING 'org.sunbird.cassandra.triggers.TransactionEventTrigger';
1+
CREATE TRIGGER IF NOT EXISTS course_batch_trigger ON sunbird_courses.course_batch USING 'org.sunbird.cassandra.triggers.TransactionEventTrigger';
2+
CREATE TRIGGER IF NOT EXISTS batch_enrollment_trigger ON sunbird_courses.user_courses USING 'org.sunbird.cassandra.triggers.TransactionEventTrigger';
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CREATE TABLE IF NOT EXISTS sunbird_courses.certificate_templates(courseid text,batchid text,name text,template text,filters text,addedby text,lastupdatedon timestamp,PRIMARY KEY (courseid,name) );
2+
DROP TABLE IF EXISTS sunbird_courses.certificate_templates;

0 commit comments

Comments
 (0)