-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bump prisma
monorepo to version 5
#9088
Conversation
const generators = await getGenerators({ | ||
schemaPath: paths.schema.prisma, | ||
dataProxy, |
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.
Removed in prisma/prisma#20594, woe is relying on Prisma internals
// @prisma/migrate's types seem to not be right | ||
declare module '@prisma/migrate' { | ||
export * from '@prisma/migrate/dist/migrate/src' | ||
} |
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.
Outdated
69e3581
to
ad379ba
Compare
prisma
monorepo to 5.11.0
prisma
monorepo to version 5
prisma
monorepo to version 5
prisma
monorepo to version5
prisma
monorepo to version5prisma
monorepo to version 5
a7425cd
to
e713809
Compare
f1de861
to
e966ab7
Compare
@@ -306,7 +306,6 @@ CREATE TABLE "Todo" ( | |||
Prompt: Name of migration init | |||
? A migration has been created at migrations/migration_name | |||
Prompt: Would you like to apply this migration? true | |||
Applying migration \`migration_name\` |
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.
This isn't being captured by jest
at this time, but it is still printing, I'll follow that up in a different way - it doesn't need to block
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Josh Calder <josh.calder@thinkmill.com.au> Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
url: formatUrl(config.db.provider, config.db.url) | ||
} | ||
}, | ||
datasourceUrl: formatUrl(config.db.provider, config.db.url), |
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.
Equivalent
This pull request is firstly #8693, but rebased and with fixes for prisma at
5.11.0
5.12.1