whoops forgot one
authorGreg Pazo <gpazo@xtuple.com>
Tue, 8 Jul 2014 19:00:37 +0000 (15:00 -0400)
committerGreg Pazo <gpazo@xtuple.com>
Tue, 8 Jul 2014 19:00:37 +0000 (15:00 -0400)
foundation-database/public/tables/metric.sql

index 881fc41..943c6d4 100644 (file)
@@ -3,4 +3,4 @@ insert into metric (metric_name, metric_value)
 select 'UnifiedBuild', 'true'
 where not exists (select c.metric_id from metric c where c.metric_name = 'UnifiedBuild');
 
-SELECT setMetric('ServerVersion', '4.4.1');
+SELECT setMetric('ServerVersion', '4.4.2');