taskana/common/taskana-common-data/src/main/resources/sql/test-data/classification-history-even...

15 lines
7.0 KiB
SQL

-- test-data is used for all tests except for the rest tests
--SERT INTO CLASSIFICATION_HISTORY_EVENT VALUES(ID , EVENT_TYPE , CREATED , USER_ID , CLASSIFICATION_ID , APPLICATION_ENTRY_POINT , CATEGORY , DOMAIN , KEY , NAME , PARENT_ID , PARENT_KEY , PRIORITY, SERVICE_LEVEL , TYPE , CUSTOM_1 , CUSTOM_2 , CUSTOM_3 , CUSTOM_4 , CUSTOM_5 , CUSTOM_6 , CUSTOM_7 , CUSTOM_8 , DETAILS );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000000' , 'CREATED' , '2018-01-29 15:55:00' , 'peter' , 'CLI:000000000000000000000000000000000001' , '' , 'MANUAL' , 'DOMAIN_A' , 'L10000' , 'OLD-Leistungsfall' , '' , '' , 1 , 'P1D' , 'TASK' , 'custom1' ,'custom2' , 'custom3' ,'custom4' , 'custom5' , 'custom6' , 'custom7' , 'custom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000001' , 'UPDATED' , '2018-01-29 15:55:01' , 'admin' , 'CLI:000000000000000000000000000000000001' , 'someEntryPoint' , 'MANUAL' , 'DOMAIN_A' , 'L10000' , 'OLD-Leistungsfall' , '' , '' , 1 , 'P1D' , 'TASK' , 'otherCustom1' ,'otherCustom2' , 'otherCustom3' , 'otherCustom4' , 'otherCustom5' , 'otherCustom6' , 'otherCustom7' , 'otherCustom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000002' , 'CREATED' , '2018-01-29 15:55:02' , 'peter' , 'CLI:000000000000000000000000000000000002' , '' , 'EXTERNAL' , 'DOMAIN_A' , 'L10001' , 'ABC-Leistungsfall' , 'someParentId' , 'someParentKey' , 2 , 'P2D' , 'DOCUMENT' , 'custom1' ,'custom2' , 'custom3' , 'custom4' , 'custom5' , 'custom6' , 'custom7' , 'custom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000003' , 'UPDATED' , '2018-01-29 15:55:03' , 'peter' , 'CLI:000000000000000000000000000000000002' , 'someEntryPoint' , 'EXTERNAL' , 'DOMAIN_A' , 'L10001' , 'ABC-Leistungsfall' , '' , '' , 2 , 'P2D' , 'DOCUMENT' , 'otherCustom1' ,'otherCustom2' , 'otherCustom3' , 'otherCustom4' , 'otherCustom5' , 'otherCustom6' , 'otherCustom7' , 'otherCustom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000004' , 'CREATED' , '2018-01-29 15:55:04' , 'peter' , 'CLI:000000000000000000000000000000000003' , '' , 'MANUAL' , 'DOMAIN_A' , 'L10004' , 'DFG-Leistungsfall' , '' , '' , 3 , 'P1D' , 'TASK' , 'custom1' ,'custom2' , 'custom3' , 'custom4' , 'custom5' , 'custom6' , 'custom7' , 'custom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000005' , 'UPDATED' , '2018-01-29 15:55:05' , 'sven' , 'CLI:000000000000000000000000000000000003' , '' , 'MANUAL' , 'DOMAIN_A' , 'L10004' , 'DFG-Leistungsfall' , '' , '' , 3 , 'P1D' , 'TASK' , 'otherCustom1' ,'otherCustom2' , 'otherCustom3' , 'otherCustom4' , 'otherCustom5' , 'otherCustom6' , 'otherCustom7' , 'otherCustom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000006' , 'CREATED' , '2018-01-29 15:55:06' , 'peter' , 'CLI:000000000000000000000000000000000004' , 'otherEntryPoint' , 'EXTERNAL' , 'DOMAIN_A' , 'L10002' , 'ZDF-Leistungsfall' , '' , '' , 4 , 'P3D' , 'DOCUMENT' , 'custom1' ,'custom2' , 'custom3' , 'custom4' , 'custom5' , 'custom6' , 'custom7' , 'custom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000007' , 'UPDATED' , '2018-01-29 15:55:07' , 'peter' , 'CLI:000000000000000000000000000000000004' , '' , 'EXTERNAL' , 'DOMAIN_A' , 'L10002' , 'ZDF-Leistungsfall' , 'otherParentId' , 'otherParentKey' , 4 , 'P3D' , 'DOCUMENT' , 'otherCustom1' ,'otherCustom2' , 'otherCustom3' , 'otherCustom4' , 'otherCustom5' , 'otherCustom6' , 'otherCustom7' , 'otherCustom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000008' , 'CREATED' , '2018-01-29 15:55:08' , 'claudia' , 'CLI:000000000000000000000000000000000005' , '' , 'MANUAL' , 'DOMAIN_A' , 'L10003' , 'POK-Leistungsfall' , '' , '' , 5 , 'P1D' , 'TASK' , 'custom1' ,'custom2' , 'custom3' , 'custom4' , 'custom5' , 'custom6' , 'custom7' , 'custom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000009' , 'UPDATED' , '2018-01-29 15:55:09' , 'peter' , 'CLI:000000000000000000000000000000000005' , '' , 'MANUAL' , 'DOMAIN_A' , 'L10003' , 'POK-Leistungsfall' , '' , '' , 5 , 'P1D' , 'TASK' , 'otherCustom1' ,'otherCustom2' , 'otherCustom3' , 'otherCustom4' , 'otherCustom5' , 'otherCustom6' , 'otherCustom7' , 'otherCustom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );
insert into CLASSIFICATION_HISTORY_EVENT values('CHI:000000000000000000000000000000000010' , 'CREATED' , '2018-01-29 15:55:10' , 'admin' , 'CLI:000000000000000000000000000000000006' , '' , 'MANUAL' , 'DOMAIN_A' , 'L10005' , 'LAX-Leistungsfall' , '' , '' , 1 , 'P4D' , 'TASK' , 'custom1' ,'custom2' , 'custom3' , 'custom4' , 'custom5' , 'custom6' , 'custom7' , 'custom8' , '{"changes":[{"newValue":"CHI:000000000000000000000000000000000000","fieldName":"id","oldValue":""}]}' );