* Development command for migrations. * Evaluate the data loss induced by the next migration the engine would generate on the main database.
(input: SchemaEngineInput<'evaluateDataLoss'>)
| 191 | * Evaluate the data loss induced by the next migration the engine would generate on the main database. |
| 192 | */ |
| 193 | public evaluateDataLoss(input: SchemaEngineInput<'evaluateDataLoss'>): SchemaEngineOutput<'evaluateDataLoss'> { |
| 194 | return this.runCommand('evaluateDataLoss', input) |
| 195 | } |
| 196 | |
| 197 | /** |
| 198 | * Get the database version for error reporting. |
nothing calls this directly
no test coverage detected