update to 4.7.0
[xtuple] / foundation-database / public / tables / metric.sql
index 8d597fd..1ffa427 100644 (file)
@@ -1 +1,5 @@
-SELECT setMetric('ServerVersion', '4.6.0-beta');
+-- Proof of concept
+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.7.0');