Issue #23507:tweak implementation files
[xtuple] / foundation-database / public / tables / metric.sql
index 6f9894e..21c8615 100644 (file)
@@ -2,5 +2,3 @@
 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.5.0Beta');