* Make the Schema engine panic. Only useful to test client error handling.
()
| 33 | * Make the Schema engine panic. Only useful to test client error handling. |
| 34 | */ |
| 35 | debugPanic(): Promise<void> |
| 36 | |
| 37 | /** |
| 38 | * The method called at the beginning of migrate dev to decide the course of action, |
no outgoing calls
no test coverage detected