Skip to content

Commit cb83d6e

Browse files
committed
access store srv upgrade
1 parent 664c85d commit cb83d6e

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

src-admintool/queries/objectid_files_query.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ def get_sql
1717
o.ark,
1818
v.number,
1919
(
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
2626
and exists (
2727
select 1 where ff.pathname=f.pathname
2828
)

src-colladmin/config/database.ssm.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -171,20 +171,8 @@ default:
171171
ALB: "{!SSM: colladmin/ingest-service}state?t=json"
172172
-al2-config: "#default"
173173
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"
180174
-al2-config: "#default"
181175
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"
188176
-al2-config: "#default"
189177
inventory:
190178
state: "{!SSM: inventory/port}/mrtinv/state?t=json"

0 commit comments

Comments
 (0)