Skip to content

Commit

Permalink
rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodMFlesch committed Oct 21, 2024
1 parent 13c7342 commit 6d9a2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drizzle/src/postgres/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const init: Init = async function init(this: BasePostgresAdapter) {
`_${toSnakeCase(collection.slug)}${this.versionsSuffix}`,
)
const versionFields = buildVersionCollectionFields(this.payload.config, collection)
console.log(collection.joins)

buildTable({
adapter: this,
disableNotNull: !!collection.versions?.drafts,
Expand Down

0 comments on commit 6d9a2ff

Please sign in to comment.