Skip to content

Commit

Permalink
Add new column in ticketer table
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Dec 1, 2022
1 parent c1fb669 commit d184c3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified mailroom_test.dump
Binary file not shown.
2 changes: 1 addition & 1 deletion weni_dump.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
INSERT INTO tickets_ticketer (id, is_active, created_on, modified_on, uuid, ticketer_type, name, config, created_by_id, modified_by_id, org_id) VALUES(6, true, '2021-10-12 18:53:01.533', '2021-10-12 18:53:01.533', '12cc5dcf-44c2-4b25-9781-27275873e0df'::uuid, 'twilioflex', 'Twilio Flex', '{"auth_token": "authToken", "account_sid": "AC81d44315e19372138bdaffcc13cf3b94", "flex_flow_sid": "FOedbb8c9e54f04afaef409246f728a44d", "workspace_sid": "WS954611f5aebc7672d71de836c0179113", "chat_service_sid": "IS38067ec392f1486bb6e4de4610f26fb3"}'::jsonb, 2, 2, 1);
INSERT INTO tickets_ticketer (id, is_active, created_on, modified_on, uuid, ticketer_type, name, config, created_by_id, modified_by_id, org_id, is_system) VALUES(6, true, '2021-10-12 18:53:01.533', '2021-10-12 18:53:01.533', '12cc5dcf-44c2-4b25-9781-27275873e0df'::uuid, 'twilioflex', 'Twilio Flex', '{"auth_token": "authToken", "account_sid": "AC81d44315e19372138bdaffcc13cf3b94", "flex_flow_sid": "FOedbb8c9e54f04afaef409246f728a44d", "workspace_sid": "WS954611f5aebc7672d71de836c0179113", "chat_service_sid": "IS38067ec392f1486bb6e4de4610f26fb3"}'::jsonb, 2, 2, 1, false);

0 comments on commit d184c3b

Please sign in to comment.