File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ def get_sql
17
17
o.ark,
18
18
v.number,
19
19
(
20
- select max(vv.number)
21
- from inv.inv_files ff
22
- inner join inv.inv_versions vv
23
- on ff.inv_version_id = vv.id
24
- where
25
- ff.inv_object_id = o.id
20
+ select max(vv.number)
21
+ from inv.inv_files ff
22
+ inner join inv.inv_versions vv
23
+ on ff.inv_version_id = vv.id
24
+ where
25
+ ff.inv_object_id = o.id
26
26
and exists (
27
27
select 1 where ff.pathname=f.pathname
28
28
)
Original file line number Diff line number Diff line change @@ -171,20 +171,8 @@ default:
171
171
ALB : " {!SSM: colladmin/ingest-service}state?t=json"
172
172
-al2-config : " #default"
173
173
store :
174
- jsonstatus : " {!SSM: store/port}/jsonstatus"
175
- state : " {!SSM: store/port}/state?t=json"
176
- ping : " {!SSM: store/port}/ping?t=json"
177
- hostname : " {!SSM: store/port}/hostname"
178
- build-info : " {!SSM: store/port}/static/build.content.txt"
179
- ALB : " {!SSM: colladmin/storage-service}/state?t=json"
180
174
-al2-config : " #default"
181
175
access :
182
- jsonstatus : " {!SSM: store/port}/jsonstatus"
183
- state : " {!SSM: store/port}/state?t=json"
184
- ping : " {!SSM: store/port}/ping?t=json"
185
- hostname : " {!SSM: store/port}/hostname"
186
- build-info : " {!SSM: store/port}/static/build.content.txt"
187
- ALB : " {!SSM: colladmin/access-service}/state?t=json"
188
176
-al2-config : " #default"
189
177
inventory :
190
178
state : " {!SSM: inventory/port}/mrtinv/state?t=json"
You can’t perform that action at this time.
0 commit comments