Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SpdatasetAttachment #6269

Open
wants to merge 11 commits into
base: production
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ exports[`allTablesWithAttachments 1`] = `
"[table TreatmentEvent]",
"[table AbsoluteAge]",
"[table RelativeAge]",
"[table Spdataset]",
]
`;

Expand Down Expand Up @@ -66,5 +67,6 @@ exports[`attachmentRelatedTables 1`] = `
"TreatmentEventAttachment",
"AbsoluteAgeAttachment",
"RelativeAgeAttachment",
"SpDataSetAttachment",
]
`;
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,7 @@ exports[`tableScoping 1`] = `
"SpAppResourceDir": "collection",
"SpAuditLog": undefined,
"SpAuditLogField": undefined,
"SpDataSetAttachment": "spdataset > collection",
"SpExportSchema": "discipline",
"SpExportSchemaItem": "spExportSchema > discipline",
"SpExportSchemaItemMapping": "exportSchemaItem > spExportSchema > discipline",
Expand Down
Loading
Loading