Skip to content
Snippets Groups Projects
Commit 5178a490 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 809

Added unit 'period' to unit-table.
parent a5a04180
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,7 @@ INSERT INTO unit values (9, 'MB/s', 'MB/s', '', true);
INSERT INTO unit values (10, 'Hz', 'Hz', '', true);
INSERT INTO unit values (11, 'kHz', 'kHz', '', true);
INSERT INTO unit values (12, 'MHz', 'MHz', '', true);
INSERT INTO unit values (13, 'period', 's|m|h', '', false);
--
-- Treetype table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment