Skip to content

Commit 5fd12d4

Browse files
committed
'h' is now the Planck constant; use 'hr' for hour
1 parent 235e216 commit 5fd12d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sql/convert.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ WITH
8282
l(u) AS (VALUES
8383
('s'),
8484
('min'),
85-
('h'),
85+
('hr'),
8686
('d'),
8787
('julianyear'))
8888
SELECT

sql/tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ l f f f
6060
t f f f
6161
bar f f f
6262
min f f f
63-
h f f f
63+
hr f f f
6464
d f f f
6565
in f f f
6666
ft f f f

0 commit comments

Comments
 (0)