TSK-1522: Make DB2 update-script v4.3.0 compatible (#1470)

This commit is contained in:
tge20 2021-02-02 08:34:09 +01:00 committed by GitHub
parent c6e82c1368
commit 67fcfbf9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ INSERT INTO TASKANA_SCHEMA_VERSION (VERSION, CREATED) VALUES ('4.3.0', CURRENT_T
ALTER TABLE ATTACHMENT ALTER COLUMN REF_SYSTEM DROP NOT NULL ALTER COLUMN REF_INSTANCE DROP NOT NULL; ALTER TABLE ATTACHMENT ALTER COLUMN REF_SYSTEM DROP NOT NULL ALTER COLUMN REF_INSTANCE DROP NOT NULL;
REORG TABLE ATTACHMENT; CALL SYSPROC.ADMIN_CMD ('REORG TABLE ATTACHMENT');