NC16_UPDATE_MS.sql 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. --
  2. -- Licensed Materials - Property of IBM
  3. --
  4. -- BI and PM: JSM
  5. --
  6. -- (c) Copyright IBM Corp. 2003, 2010.
  7. --
  8. -- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. --
  10. -------------------------------------------------------------------------------
  11. -- NC16_UPDATE_MS.SQL *DO NOT EDIT* Data Store Version: 16
  12. -------------------------------------------------------------------------------
  13. ---- Ver 16 is a DB2 only upgrade, need empty script here for completeness ----
  14. -------------------------------------------------------------------------------
  15. --$100-- backup create begin
  16. -------------------------------------------------------------------------------
  17. -------------------------------------------------------------------------------
  18. --$110-- backup inserts begin
  19. -------------------------------------------------------------------------------
  20. -------------------------------------------------------------------------------
  21. --$130-- views drop begin
  22. -------------------------------------------------------------------------------
  23. -------------------------------------------------------------------------------
  24. --$140-- tables drop begin
  25. -------------------------------------------------------------------------------
  26. -------------------------------------------------------------------------------
  27. --$200-- recreate tables begin
  28. -------------------------------------------------------------------------------
  29. -------------------------------------------------------------------------------
  30. --$202-- primary keys add begin
  31. -------------------------------------------------------------------------------
  32. -------------------------------------------------------------------------------
  33. --$210-- views create begin
  34. -------------------------------------------------------------------------------
  35. -------------------------------------------------------------------------------
  36. --$220-- server data inserts begin
  37. -------------------------------------------------------------------------------
  38. INSERT INTO NC_DB_VERSION (DB_VERSION_ID,BUILD) VALUES(16,'build no.')
  39. go
  40. -------------------------------------------------------------------------------
  41. --$230-- restore inserts begin
  42. -------------------------------------------------------------------------------
  43. -------------------------------------------------------------------------------
  44. --$250-- backup drop begin
  45. -------------------------------------------------------------------------------
  46. -------------------------------------------------------------------------------
  47. --$260-- end sql by function
  48. -------------------------------------------------------------------------------
  49. -- END NC16_UPDATE_MS.SQL * DO NOT EDIT *
  50. -------------------------------------------------------------------------------