Skip to content

Commit

Permalink
SAK-29442 Moved sequence creation from 10_6-10_7 script to 11 because…
Browse files Browse the repository at this point in the history
… 10.7 was published before the change was merged. Move it to 11 oracle script
  • Loading branch information
sinmsinm committed Apr 26, 2016
1 parent dc2d019 commit 20b414f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.

This file was deleted.

4 changes: 4 additions & 0 deletions reference/docs/conversion/sakai_11_oracle_conversion.sql
Original file line number Diff line number Diff line change
Expand Up @@ -960,3 +960,7 @@ INSERT INTO SAM_ASSESSMETADATA_T (ASSESSMENTMETADATAID, ASSESSMENTID, LABEL, ENT
AND TYPEID='142' AND ISTEMPLATE=1),
'instructorNotification_isInstructorEditable', 'true');
--END SAM-2709

-- SAK-29442 Sequence LB_PEER_EVAL_RESULT_S Missing
CREATE SEQUENCE LB_PEER_EVAL_RESULT_S;
-- END SAK-29442

0 comments on commit 20b414f

Please sign in to comment.