diff --git a/_includes/integrations/templates/schemas/schemas.html b/_includes/integrations/templates/schemas/schemas.html index b3749205e..4c07f24e0 100644 --- a/_includes/integrations/templates/schemas/schemas.html +++ b/_includes/integrations/templates/schemas/schemas.html @@ -7,6 +7,10 @@ {% assign filename = integration.name | append: "-" | append: version | append: "-tables" %} {% assign tables = site.data.taps.schemas.[integration.name].[version].[filename].tables %} +{% if tables.size > 0 %} + {% assign tables = tables | sort : "name" %} +{% endif %} + {% assign fk-filename = integration.name | append: "-" | append: version | append: "-foreign-keys" %} {% assign fk-tables = site.data.taps.schemas.[integration.name].[version].[fk-filename].tables %}