Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example:

Code Block
UPDATE program SET 
  guidelinesSET guidelines_url = REPLACE (   guidelinesguidelines_url,
  'https://dockstorage.blob.core.windows.net/sunbird-content-dock/',
  '/assets/public/',
);

Verification steps:

Please use below query get then count how many rows having blob path in guidelines URL

...