Skip to content
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

Error: Error in migration engine. Reason: [migration-engine/connectors/sql-migration-connector/src/sql_renderer/mssql_renderer.rs:394:9] not yet implemented: DROP TYPE [dbo].[syspolicy_target_filters_type] #8185

Closed
tomhoule opened this issue Jul 9, 2021 · 2 comments · Fixed by prisma/prisma-engines#2115
Assignees
Labels
bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/schema Issue for team Schema. topic: error reporting Issues created via Prisma's CLI Crash Reporting topic: sql server Microsoft SQL Server
Milestone

Comments

@tomhoule
Copy link
Contributor

tomhoule commented Jul 9, 2021

Command: prisma migrate reset --preview-feature
Version: 2.22.1
Binary Version: 60cc71d884972ab4e897f0277c4b84383dddaf6c
Report: https://prisma-errors.netlify.app/report/13406
OS: x64 darwin 19.6.0

JS Stacktrace:

Error: Error in migration engine.
Reason: [migration-engine/connectors/sql-migration-connector/src/sql_renderer/mssql_renderer.rs:394:9] not yet implemented: DROP TYPE [dbo].[syspolicy_target_filters_type]

Please create an issue with your `schema.prisma` at 
https://github.com/prisma/prisma/issues/new

    at ChildProcess.<anonymous> (/Users/<censored>/index.js:56818:23)
    at ChildProcess.emit (events.js:315:20)
    at ChildProcess.EventEmitter.emit (domain.js:483:12)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)

Rust Stacktrace:

[migration-engine/connectors/sql-migration-connector/src/sql_renderer/mssql_renderer.rs:394:9] not yet implemented: DROP TYPE [dbo].[syspolicy_target_filters_type]
@tomhoule tomhoule added bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. process/candidate team/schema Issue for team Schema. labels Jul 9, 2021
@tomhoule
Copy link
Contributor Author

tomhoule commented Jul 9, 2021

It's from 2.22. For now just check if the todo!() that triggered the panic is still there. Probably not, then we can close this issue.

@tomhoule
Copy link
Contributor Author

tomhoule commented Jul 9, 2021

@pimeys pimeys added the topic: sql server Microsoft SQL Server label Jul 9, 2021
@janpio janpio added the topic: error reporting Issues created via Prisma's CLI Crash Reporting label Jul 9, 2021
@tomhoule tomhoule added this to the 2.28.0 milestone Jul 15, 2021
@thebiglabasky thebiglabasky modified the milestones: 2.28.0, 2.29.0 Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/schema Issue for team Schema. topic: error reporting Issues created via Prisma's CLI Crash Reporting topic: sql server Microsoft SQL Server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants