Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated URLs via script

...

Career Navigator Schema Changes for release v1.05 (BCFCN1-149)
https://marinelsrippleops.atlassian.net/browse/BCFCN1-149

--Create a new column performanceFeedback of type BIT and false by default
ALTER TABLE [SEALearningContent].[dbo].[CPMS_Competency]
ADD isPerformanceFeedbackRequired BIT NOT NULL DEFAULT(0)

...