upgrade-02-026-to-02-027.sql 443 B

1234567891011
  1. -- Licensed Materials - Property of IBM
  2. -- BI and PM: Mobile
  3. -- (C) Copyright IBM Corp. 2012, 2013
  4. -- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. DROP INDEX [IDX_CAM_ID] ON [MOB_USERS]
  6. ALTER TABLE [MOB_USERS] ALTER COLUMN [CAM_ID] nvarchar (1024) NULL
  7. CREATE INDEX [IDX_CAM_ID] ON [MOB_USERS]([CAM_ID])
  8. ALTER TABLE [MOB_BLOBS] ADD [TOTAL_BLOB_SIZE] int NULL