update to 4.7.0
[xtuple] / foundation-database / public / tables / metric.sql
1 -- Proof of concept
2 insert into metric (metric_name, metric_value)
3 select 'UnifiedBuild', 'true'
4 where not exists (select c.metric_id from metric c where c.metric_name = 'UnifiedBuild');
5 SELECT setMetric('ServerVersion', '4.7.0');