ANS3_UPDATE_Db2Zos.sql 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. --
  2. -- Licensed Materials - Property of IBM
  3. --
  4. -- BI and PM: ANS
  5. --
  6. -- (c) Copyright IBM Corp. 2016.
  7. --
  8. -- US Government Users Restricted RigANS - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. --
  10. -------------------------------------------------------------------------------
  11. -- ANS3_UPDATE_Db2Zos.SQL *DO NOT EDIT* Data Store Version: 3
  12. -------------------------------------------------------------------------------
  13. -------------------------------------------------------------------------------
  14. --$100-- backup create begin
  15. -------------------------------------------------------------------------------
  16. -------------------------------------------------------------------------------
  17. --$110-- backup inserts begin
  18. -------------------------------------------------------------------------------
  19. -------------------------------------------------------------------------------
  20. --$130-- views drop begin
  21. -------------------------------------------------------------------------------
  22. -------------------------------------------------------------------------------
  23. --$140-- tables drop begin
  24. -------------------------------------------------------------------------------
  25. -------------------------------------------------------------------------------
  26. --$200-- recreate tables begin
  27. -------------------------------------------------------------------------------
  28. -------------------------------------------------------------------------------
  29. --$202-- primary keys add begin
  30. -------------------------------------------------------------------------------
  31. -------------------------------------------------------------------------------
  32. --$203-- alter tables begin
  33. -------------------------------------------------------------------------------
  34. ALTER TABLE ANN_CONTEXT ALTER COLUMN compID SET DATA TYPE VARCHAR(512);
  35. -------------------------------------------------------------------------------
  36. --$210-- views create begin
  37. -------------------------------------------------------------------------------
  38. -------------------------------------------------------------------------------
  39. --$220-- server data inserts begin
  40. -------------------------------------------------------------------------------
  41. -------------------------------------------------------------------------------
  42. --$230-- restore inserts begin
  43. -------------------------------------------------------------------------------
  44. -------------------------------------------------------------------------------
  45. --$250-- backup drop begin
  46. -------------------------------------------------------------------------------
  47. -------------------------------------------------------------------------------
  48. --$260-- end sql by function
  49. -------------------------------------------------------------------------------
  50. -- END ANS3_UPDATE_Db2Zos.SQL * DO NOT EDIT *
  51. -------------------------------------------------------------------------------