Updated parts status graph and formatting. BOD-328
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,8 @@
|
||||
- args:
|
||||
cascade: true
|
||||
read_only: false
|
||||
sql: "CREATE OR REPLACE VIEW \"public\".\"joblines_status\" AS \n SELECT j.jobid,\n
|
||||
\ j.status,\n count(1) AS count,\n j.part_type\n FROM joblines j\n
|
||||
\ where j.part_type is not null\n GROUP BY j.jobid, j.status, j.part_type\n
|
||||
\ ;"
|
||||
type: run_sql
|
||||
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,8 @@
|
||||
- args:
|
||||
cascade: true
|
||||
read_only: false
|
||||
sql: "CREATE OR REPLACE VIEW \"public\".\"joblines_status\" AS \n SELECT j.jobid,\n
|
||||
\ j.status,\n count(1) AS count,\n j.part_type\n FROM joblines j\n
|
||||
\ where j.part_type is not null\n GROUP BY j.jobid, j.status, j.part_type\n
|
||||
\ ;"
|
||||
type: run_sql
|
||||
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,8 @@
|
||||
- args:
|
||||
cascade: true
|
||||
read_only: false
|
||||
sql: "CREATE OR REPLACE VIEW \"public\".\"joblines_status\" AS \n SELECT j.jobid,\n
|
||||
\ j.status,\n count(1) AS count,\n j.part_type\n FROM joblines j\n
|
||||
\ where j.part_type is not null and j.part_type <> 'PAE'\n GROUP BY j.jobid,
|
||||
j.status, j.part_type\n ;"
|
||||
type: run_sql
|
||||
Reference in New Issue
Block a user