feature/IO-3587-Commision-Cut - restore Hasura metadata and migrations
This commit is contained in:
@@ -2156,10 +2156,12 @@
|
|||||||
- active:
|
- active:
|
||||||
_eq: true
|
_eq: true
|
||||||
columns:
|
columns:
|
||||||
|
- commission_rates
|
||||||
- created_at
|
- created_at
|
||||||
- employeeid
|
- employeeid
|
||||||
- id
|
- id
|
||||||
- labor_rates
|
- labor_rates
|
||||||
|
- payout_method
|
||||||
- percentage
|
- percentage
|
||||||
- teamid
|
- teamid
|
||||||
- updated_at
|
- updated_at
|
||||||
@@ -2167,10 +2169,12 @@
|
|||||||
- role: user
|
- role: user
|
||||||
permission:
|
permission:
|
||||||
columns:
|
columns:
|
||||||
|
- commission_rates
|
||||||
- created_at
|
- created_at
|
||||||
- employeeid
|
- employeeid
|
||||||
- id
|
- id
|
||||||
- labor_rates
|
- labor_rates
|
||||||
|
- payout_method
|
||||||
- percentage
|
- percentage
|
||||||
- teamid
|
- teamid
|
||||||
- updated_at
|
- updated_at
|
||||||
@@ -2188,10 +2192,12 @@
|
|||||||
- role: user
|
- role: user
|
||||||
permission:
|
permission:
|
||||||
columns:
|
columns:
|
||||||
|
- commission_rates
|
||||||
- created_at
|
- created_at
|
||||||
- employeeid
|
- employeeid
|
||||||
- id
|
- id
|
||||||
- labor_rates
|
- labor_rates
|
||||||
|
- payout_method
|
||||||
- percentage
|
- percentage
|
||||||
- teamid
|
- teamid
|
||||||
- updated_at
|
- updated_at
|
||||||
@@ -6506,6 +6512,7 @@
|
|||||||
- id
|
- id
|
||||||
- jobid
|
- jobid
|
||||||
- memo
|
- memo
|
||||||
|
- payout_context
|
||||||
- productivehrs
|
- productivehrs
|
||||||
- rate
|
- rate
|
||||||
- task_name
|
- task_name
|
||||||
@@ -6531,6 +6538,7 @@
|
|||||||
- id
|
- id
|
||||||
- jobid
|
- jobid
|
||||||
- memo
|
- memo
|
||||||
|
- payout_context
|
||||||
- productivehrs
|
- productivehrs
|
||||||
- rate
|
- rate
|
||||||
- task_name
|
- task_name
|
||||||
@@ -6565,6 +6573,7 @@
|
|||||||
- id
|
- id
|
||||||
- jobid
|
- jobid
|
||||||
- memo
|
- memo
|
||||||
|
- payout_context
|
||||||
- productivehrs
|
- productivehrs
|
||||||
- rate
|
- rate
|
||||||
- task_name
|
- task_name
|
||||||
@@ -6748,6 +6757,7 @@
|
|||||||
- id
|
- id
|
||||||
- jobid
|
- jobid
|
||||||
- memo
|
- memo
|
||||||
|
- payout_context
|
||||||
- productivehrs
|
- productivehrs
|
||||||
- rate
|
- rate
|
||||||
- updated_at
|
- updated_at
|
||||||
@@ -6768,6 +6778,7 @@
|
|||||||
- id
|
- id
|
||||||
- jobid
|
- jobid
|
||||||
- memo
|
- memo
|
||||||
|
- payout_context
|
||||||
- productivehrs
|
- productivehrs
|
||||||
- rate
|
- rate
|
||||||
- updated_at
|
- updated_at
|
||||||
@@ -6798,6 +6809,7 @@
|
|||||||
- id
|
- id
|
||||||
- jobid
|
- jobid
|
||||||
- memo
|
- memo
|
||||||
|
- payout_context
|
||||||
- productivehrs
|
- productivehrs
|
||||||
- rate
|
- rate
|
||||||
- updated_at
|
- updated_at
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
-- Could not auto-generate a down migration.
|
||||||
|
-- Please write an appropriate down migration for the SQL below:
|
||||||
|
-- alter table "public"."employee_team_members" add column "payout_method" text
|
||||||
|
-- null;
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
alter table "public"."employee_team_members" add column "payout_method" text
|
||||||
|
null;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
-- Could not auto-generate a down migration.
|
||||||
|
-- Please write an appropriate down migration for the SQL below:
|
||||||
|
-- alter table "public"."employee_team_members" add column "commission_rates" jsonb
|
||||||
|
-- null;
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
alter table "public"."employee_team_members" add column "commission_rates" jsonb
|
||||||
|
null;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
-- Could not auto-generate a down migration.
|
||||||
|
-- Please write an appropriate down migration for the SQL below:
|
||||||
|
-- alter table "public"."timetickets" add column "payout_context" jsonb
|
||||||
|
-- null;
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
alter table "public"."timetickets" add column "payout_context" jsonb
|
||||||
|
null;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
-- Could not auto-generate a down migration.
|
||||||
|
-- Please write an appropriate down migration for the SQL below:
|
||||||
|
-- alter table "public"."tt_approval_queue" add column "payout_context" jsonb
|
||||||
|
-- null;
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
alter table "public"."tt_approval_queue" add column "payout_context" jsonb
|
||||||
|
null;
|
||||||
Reference in New Issue
Block a user