Merge pull request #1433 from shackbarth/23479
authorGreg Pazo <gpazo@xtuple.com>
Tue, 29 Apr 2014 18:00:14 +0000 (14:00 -0400)
committerGreg Pazo <gpazo@xtuple.com>
Tue, 29 Apr 2014 18:00:14 +0000 (14:00 -0400)
issue #23479: set db version to 4.4.1

foundation-database/public/tables/metric.sql

index 21c8615..881fc41 100644 (file)
@@ -2,3 +2,5 @@
 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');