IO-2190 Add extra field in for this item
This commit is contained in:
@@ -945,6 +945,7 @@
|
|||||||
- tt_enforce_hours_for_tech_console
|
- tt_enforce_hours_for_tech_console
|
||||||
- updated_at
|
- updated_at
|
||||||
- use_fippa
|
- use_fippa
|
||||||
|
- use_paint_scale_data
|
||||||
- uselocalmediaserver
|
- uselocalmediaserver
|
||||||
- website
|
- website
|
||||||
- workingdays
|
- workingdays
|
||||||
@@ -1034,6 +1035,7 @@
|
|||||||
- tt_enforce_hours_for_tech_console
|
- tt_enforce_hours_for_tech_console
|
||||||
- updated_at
|
- updated_at
|
||||||
- use_fippa
|
- use_fippa
|
||||||
|
- use_paint_scale_data
|
||||||
- uselocalmediaserver
|
- uselocalmediaserver
|
||||||
- website
|
- website
|
||||||
- workingdays
|
- workingdays
|
||||||
@@ -4901,6 +4903,36 @@
|
|||||||
_eq: X-Hasura-User-Id
|
_eq: X-Hasura-User-Id
|
||||||
- active:
|
- active:
|
||||||
_eq: true
|
_eq: true
|
||||||
|
event_triggers:
|
||||||
|
- name: os_payments
|
||||||
|
definition:
|
||||||
|
delete:
|
||||||
|
columns: '*'
|
||||||
|
enable_manual: false
|
||||||
|
insert:
|
||||||
|
columns: '*'
|
||||||
|
update:
|
||||||
|
columns:
|
||||||
|
- paymentnum
|
||||||
|
- type
|
||||||
|
- amount
|
||||||
|
- date
|
||||||
|
- transactionid
|
||||||
|
- memo
|
||||||
|
- payer
|
||||||
|
- id
|
||||||
|
- jobid
|
||||||
|
retry_conf:
|
||||||
|
interval_sec: 10
|
||||||
|
num_retries: 3
|
||||||
|
timeout_sec: 60
|
||||||
|
webhook: https://8c77-70-36-57-88.ngrok-free.app
|
||||||
|
request_transform:
|
||||||
|
method: POST
|
||||||
|
query_params: {}
|
||||||
|
template_engine: Kriti
|
||||||
|
url: '{{$base_url}}/opensearch'
|
||||||
|
version: 2
|
||||||
- table:
|
- table:
|
||||||
name: phonebook
|
name: phonebook
|
||||||
schema: public
|
schema: public
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
-- Could not auto-generate a down migration.
|
||||||
|
-- Please write an appropriate down migration for the SQL below:
|
||||||
|
-- alter table "public"."bodyshops" add column "use_paint_scale_data" boolean
|
||||||
|
-- not null default 'false';
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
alter table "public"."bodyshops" add column "use_paint_scale_data" boolean
|
||||||
|
not null default 'false';
|
||||||
Reference in New Issue
Block a user