Skip to content

Commit 283a9f2

Browse files
committed
chore: fix interface
1 parent 2537aa0 commit 283a9f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nix/tests/expected/extensions_sql_interface.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ where
2020
installed_version is null
2121
order by
2222
name asc;
23-
name
24-
-------------------
25-
pg_cron
26-
timescaledb-2.9.1
23+
name
24+
---------
25+
pg_cron
26+
(1 row)
2727
(2 rows)
2828

2929
/*

0 commit comments

Comments
 (0)