Updated parts status graph and formatting. BOD-328

This commit is contained in:
Patrick Fic
2020-08-27 15:56:01 -07:00
parent 6e611fbc7c
commit cc2947c7a2
14 changed files with 150 additions and 162 deletions

View File

@@ -0,0 +1 @@
[]

View File

@@ -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

View File

@@ -0,0 +1 @@
[]

View File

@@ -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

View File

@@ -0,0 +1 @@
[]

View File

@@ -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