Lieber "Std" als "h" fuer Stunde nehmen.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 7 Dec 2006 12:38:43 +0000 (12:38 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 7 Dec 2006 12:38:43 +0000 (12:38 +0000)
sql/Pg-upgrade/Pg-upgrade-2.2.0.22-2.2.0.23.sql

index 4aecf06..76bda84 100644 (file)
@@ -1,4 +1,4 @@
 INSERT INTO units (name, base_unit, factor, type) VALUES ('min', NULL, 0, 'service');
-INSERT INTO units (name, base_unit, factor, type) VALUES ('h', 'min', 60, 'service');
-INSERT INTO units (name, base_unit, factor, type) VALUES ('Tag', 'h', 8, 'service');
+INSERT INTO units (name, base_unit, factor, type) VALUES ('Std', 'min', 60, 'service');
+INSERT INTO units (name, base_unit, factor, type) VALUES ('Tag', 'Std', 8, 'service');
 INSERT INTO units (name, base_unit, factor, type) VALUES ('psch', NULL, 0, 'service');