* Make the Schema engine panic. Only useful to test client error handling.
()
| 153 | * Make the Schema engine panic. Only useful to test client error handling. |
| 154 | */ |
| 155 | public async debugPanic() { |
| 156 | await this.runCommand('debugPanic', undefined) |
| 157 | return null as never |
| 158 | } |
| 159 | |
| 160 | /** |
| 161 | * The method called at the beginning of migrate dev to decide the course of action, |