Show table in PK service exception

Ref #3130
This commit is contained in:
rijkvanzanten
2020-11-23 10:51:05 -05:00
parent c8f9831eb1
commit e07fc813f9

View File

@@ -29,6 +29,7 @@ export default async function runAST(
`Collection "${collection}" doesn't have a primary key column`,
{
service: 'database',
table: collection,
}
);
}