diff options
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r-- | httemplate/docs/schema.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index a7c21c7c9..6ed96d229 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -256,10 +256,15 @@ <li>svcpart - <a href="#part_svc">Service definition</a> <li>quantity - quantity of this service that this package includes </ul> + <li><a name="export_svc" href="man/FS/export_svc.html">export_svc</a> + <ul> + <li>exportsvcnum - primary key + <li>svcpart - <a href="#part_svc">Service definition</a> + <li>exportnum - <a href="#exportnum">Export</a> + </ul> <li><a name="part_export" href="man/FS/part_export.html">part_export</a> - Export to external provisioning <ul> <li>exportnum - primary key - <li>svcpart - <a href="#part_svc">Service definition</a> <li>machine - Machine name <li>exporttype - Export type <li>nodomain - blank or Y: usernames are exported to this service with no domain |