Created
February 28, 2022 16:24
-
-
Save maxout/38b16a713dbcb52849196527c13423a1 to your computer and use it in GitHub Desktop.
Adds a custom State Machine State
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO `state_machine_state` (`id`, `technical_name`, `state_machine_id`, `created_at`, `updated_at`) VALUES(0xC4D5A7E42A4741568FD6DDC5819B3A0E, 'clarification_required', 0xCEC9270BA8804885A8C91074E8BA0282, '0000-00-00 00:00:00.000', NULL); | |
INSERT INTO `state_machine_state_translation` (`language_id`, `state_machine_state_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES(0x2FBB5FE2E29A4D70AA5854CE7CE3E20B, 0xC4D5A7E42A4741568FD6DDC5819B3A0E, 'klärung Notwendig', NULL, '0000-00-00 00:00:00.000', NULL),(0xFA4FC3F8247147538CA4F00B156F4BB5, 0xC4D5A7E42A4741568FD6DDC5819B3A0E, 'Clarification Required', NULL, '0000-00-00 00:00:00.000', NULL); | |
INSERT INTO `state_machine_transition` (`id`, `action_name`, `state_machine_id`, `from_state_id`, `to_state_id`, `custom_fields`, `created_at`, `updated_at`) VALUES(0x2fbb5fe2e29a4d70aa5864ce7ce3e31b, 'clarification', 0xCEC9270BA8804885A8C91074E8BA0282, 0xBE17F95BFE4E475C97A7BED180FED69C, 0xC4D5A7E42A4741568FD6DDC5819B3A0E, NULL, '0000-00-00 00:00:00.000', NULL),(0xc3d6a7e42a4731568dd6ddc5819b1a0e, 'toProgress', 0xCEC9270BA8804885A8C91074E8BA0282, 0xC4D5A7E42A4741568FD6DDC5819B3A0E, 0xDFD4B57F77994A20AC44C46AE72C89AB, NULL, '0000-00-00 00:00:00.000', NULL); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment