21c86154f0b9baced36fb5e0eff835b350ed7e90
[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');