NC831_UPDATE_DB2.sql 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. -- NC831_UPDATE_DB2.SQL * DO NOT EDIT * Data Store Version: 831
  12. -------------------------------------------------------------------------------
  13. -------------------------------------------------------------------------------
  14. --$140-- tables drop begin
  15. -------------------------------------------------------------------------------
  16. -------------------------------------------------------------------------------
  17. --$200-- recreate tables begin
  18. -------------------------------------------------------------------------------
  19. -------------------------------------------------------------------------------
  20. --$201-- indices create begin
  21. -------------------------------------------------------------------------------
  22. -- NO INDICES
  23. -------------------------------------------------------------------------------
  24. --$202-- primary keys add begin
  25. -------------------------------------------------------------------------------
  26. -------------------------------------------------------------------------------
  27. --$220-- server data inserts begin
  28. -------------------------------------------------------------------------------
  29. INSERT INTO NC_DB_VERSION (DB_VERSION_ID, BUILD) VALUES (831, 'build no.');
  30. -------------------------------------------------------------------------------
  31. --$260-- end sql by function
  32. -------------------------------------------------------------------------------
  33. -- END NC831_UPDATE_DB2.SQL * DO NOT EDIT *
  34. -------------------------------------------------------------------------------