-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
fix(drizzle): update schema type & fix issue with default id #10750
Merged
Merged
Changes from 47 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
72f28a8
update drizzle adapter
realmikesolo a9884a8
update adapter for drizzle: finish
realmikesolo 3bdba8a
Merge remote-tracking branch 'upstream/main'
realmikesolo be9fe2b
drizzle adapter: fix table names
realmikesolo 7b4e9fe
drizzle-adapter: fix docs
realmikesolo 4ecfef4
drizzle adapter: edits
realmikesolo c57a92f
chore(examples): move Docker files to Next.js template
balazsorban44 67b0ebb
chore(examples): use `with-docker` dockerfile config
balazsorban44 ebc3c3c
chore(examples): simplify Dockerfile
balazsorban44 2c1f8b9
chore(express): update README.md example - .cts to .cjs (#10504)
noam-honig d229e29
Merge branch 'main' of github.com:nextauthjs/next-auth
balazsorban44 bdf7a25
chore(examples): use npm in Dockerfile
balazsorban44 9513f71
chore(examples): tweak
balazsorban44 076d5fe
chore(examples): drop `HOSTNAME`
balazsorban44 8a483c0
chore(examples): revert
balazsorban44 a4d6b14
Merge remote-tracking branch 'upstream/main'
realmikesolo f92c888
drizzle-adapter: edits
realmikesolo 3216b0c
Merge branch 'main' into main
ndom91 b638f20
drizzle adapter: remove redundant connections in tests
realmikesolo f79f635
Merge branch 'main' into main
ndom91 f1cd1f4
drizzle adapter: fix syntax issues
realmikesolo 36dcfa6
Merge branch 'main' into main
ndom91 eb9d3db
Merge branch 'main' into main
ndom91 b8135e8
Merge remote-tracking branch 'upstream/main'
realmikesolo c41a7a0
Merge remote-tracking branch 'upstream/main'
realmikesolo 18953b9
Merge branch 'main' into main
ndom91 b2390f5
Merge branch 'main' into main
ndom91 59d5454
Merge branch 'main' into main
ndom91 2bdcdd5
Merge remote-tracking branch 'upstream/main'
realmikesolo 0cf7348
fix: format errors
realmikesolo 60b3f83
drizzle adapter: edits
realmikesolo 9f97268
fix: format errors
realmikesolo d88cc82
fix(drizzle): edits
realmikesolo fc7bdb1
Merge branch 'main' into main
ndom91 b114093
Merge branch 'main' into main
ndom91 2a48b85
fix(drizzle): edits
realmikesolo f669e2b
Merge branch 'main' of https://github.com/realmikesolo/next-auth
realmikesolo 2fee81b
Merge remote-tracking branch 'upstream/main'
realmikesolo d97af40
fix(drizzle): edits
realmikesolo 53fc458
Merge remote-tracking branch 'upstream/main'
realmikesolo 501baf7
add: function for tables creation & fix issue with id
realmikesolo 44c0728
fix: tests
realmikesolo 98b47b8
Merge remote-tracking branch 'upstream/main'
realmikesolo 55cd176
fix(drizzle): update types for schema
realmikesolo f32f99c
Merge branch 'main' into main
ndom91 decf937
Merge branch 'main' into main
ndom91 3b61050
Merge branch 'main' into main
ndom91 41dbed4
Merge remote-tracking branch 'upstream/main'
realmikesolo bda4db4
fix(drizzle): remove redundant id generation
realmikesolo ded72d8
Merge remote-tracking branch 'upstream/main'
realmikesolo 80e491f
fix: syntax error
realmikesolo 4f11312
Merge branch 'main' into main
ndom91 bbc1d62
Merge branch 'main' into main
ndom91 f439bc1
Merge remote-tracking branch 'upstream/main'
realmikesolo 6114327
fix(drizzle): update account type
realmikesolo 6871bee
Merge remote-tracking branch 'upstream/main'
realmikesolo 54966e9
fix(drizzle): update docs & schemas in tests
realmikesolo f6d30d6
Merge branch 'main' into main
ndom91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can use the new
AdapterAccountType
introduced in #10832 to avoid circular refernce issues