Skip to content

Commit a272ad4

Browse files
committed
Fix MCC table title
1 parent 885c39d commit a272ad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mcc/resources/queries/mcc/aggregatedDemographics.query.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<query xmlns="http://labkey.org/data/xml/query">
22
<metadata>
33
<tables xmlns="http://labkey.org/data/xml">
4-
<table tableName="MCC Aggregated Demographics" tableDbType="TABLE">
4+
<table tableName="" tableDbType="TABLE">
5+
<tableTitle>MCC Aggregated Demographics</tableTitle>
56
<columns>
67
<column columnName="Id">
78
<columnTitle>MCC ID</columnTitle>

0 commit comments

Comments
 (0)