Skip to content

Commit

Permalink
Merge pull request #747 from PradyumnaNagendra/release-2.5.0
Browse files Browse the repository at this point in the history
Issue #000 fix: Merging cqls from release-lms-2.5.0 to release-2.5.0
  • Loading branch information
maheshkumargangula authored Nov 20, 2019
2 parents ac7cad1 + d8df16e commit 782cc1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CREATE TRIGGER course_batch_trigger ON sunbird_courses.course_batch USING 'org.sunbird.cassandra.triggers.TransactionEventTrigger';
CREATE TRIGGER batch_enrollment_trigger ON sunbird_courses.user_courses USING 'org.sunbird.cassandra.triggers.TransactionEventTrigger';
CREATE TRIGGER IF NOT EXISTS course_batch_trigger ON sunbird_courses.course_batch USING 'org.sunbird.cassandra.triggers.TransactionEventTrigger';
CREATE TRIGGER IF NOT EXISTS batch_enrollment_trigger ON sunbird_courses.user_courses USING 'org.sunbird.cassandra.triggers.TransactionEventTrigger';
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
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) );
DROP TABLE IF EXISTS sunbird_courses.certificate_templates;

0 comments on commit 782cc1d

Please sign in to comment.