Skip to content

Commit

Permalink
Merge branch 'main' into ndom91/update-licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Apr 28, 2024
2 parents 73ab46f + ae2c1e8 commit aecc099
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 72 deletions.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/adapters/pg.mdx
Expand Up @@ -111,7 +111,7 @@ app.use(
### Schema

The SQL schema for the tables used by this adapter is as follows. Learn more about the models at our
doc page on [Database Models](https://authjs.dev/docs/database).
doc page on [Database Models](/guides/creating-a-database-adapter).

```sql
CREATE TABLE verification_token
Expand Down
70 changes: 0 additions & 70 deletions docs/pull-request.json

This file was deleted.

12 changes: 11 additions & 1 deletion turbo.json
Expand Up @@ -61,7 +61,17 @@
"cache": false
},
"docs#build": {
"inputs": ["docs/pages"],
"inputs": [
"pages/**",
"utils/**",
"public/**",
"components/**",
"theme.config.tsx",
"typedoc*",
"vercel.json",
"next-sitemap.config.cjs",
"next.config.js"
],
"dependsOn": [
"@auth/core#build",
"@auth/azure-tables-adapter#build",
Expand Down

0 comments on commit aecc099

Please sign in to comment.