issue #23479: set db version to 4.4.1
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 29 Apr 2014 17:37:07 +0000 (13:37 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 29 Apr 2014 17:37:07 +0000 (13:37 -0400)
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');