* Create the next migration in the migrations history. * If draft is false and there are no unexecutable steps, it will also apply the newly created migration. * Note: This will use the shadow database on the connectors where we need one.
(input: EngineArgs.CreateMigrationInput)
| 22 | * Note: This will use the shadow database on the connectors where we need one. |
| 23 | */ |
| 24 | createMigration(input: EngineArgs.CreateMigrationInput): Promise<EngineResults.CreateMigrationOutput> |
| 25 | |
| 26 | /** |
| 27 | * Execute a database script directly on the specified live database. |
no outgoing calls
no test coverage detected