mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-22 05:31:41 +08:00
5 lines
142 B
SQL
5 lines
142 B
SQL
-- Just test that the function does not error out as the output
|
|
-- will change.
|
|
select count(*) from _timescaledb_internal.get_git_commit();
|
|
|