Skip to content

Commit 8595eab

Browse files
committed
update expectorate
1 parent f93d032 commit 8595eab

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

nexus/db-queries/tests/output/ereports_insert_host.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ WITH
3434
AS (
3535
INSERT
3636
INTO
37-
ereporter_restart (id, time_first_seen, reporter, slot_type, slot)
37+
ereporter_restart (id, time_first_seen, reporter, slot_type, slot, rack_id)
3838
VALUES
39-
($25, $26, $27, $28, $29)
39+
($25, $26, $27, $28, $29, $30)
4040
ON CONFLICT
4141
(id)
4242
DO
43-
UPDATE SET slot = $30
43+
UPDATE SET slot = $31
4444
RETURNING
4545
id
4646
)

nexus/db-queries/tests/output/ereports_insert_sp.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ WITH
3434
AS (
3535
INSERT
3636
INTO
37-
ereporter_restart (id, time_first_seen, reporter, slot_type, slot)
37+
ereporter_restart (id, time_first_seen, reporter, slot_type, slot, rack_id)
3838
VALUES
39-
($23, $24, $25, $26, $27)
39+
($23, $24, $25, $26, $27, $28)
4040
ON CONFLICT
4141
(id)
4242
DO
43-
UPDATE SET slot = $28
43+
UPDATE SET slot = $29
4444
RETURNING
4545
id
4646
)

0 commit comments

Comments
 (0)