From 09260df134c6401be4c1d331d279fc6ae3adb523 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 27 Aug 2023 12:03:53 -0400 Subject: [PATCH] chore: temporarily comments out versions until methods are stubbed out --- test/postgres/collections/Pages.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/postgres/collections/Pages.ts b/test/postgres/collections/Pages.ts index e9890da0f6..a39353a0e6 100644 --- a/test/postgres/collections/Pages.ts +++ b/test/postgres/collections/Pages.ts @@ -2,9 +2,10 @@ import { CollectionConfig } from '../../../src/collections/config/types'; export const Pages: CollectionConfig = { slug: 'pages', - versions: { - drafts: true, - }, + // TODO: wire up versions methods + // versions: { + // drafts: true, + // }, fields: [ { name: 'slug',