* Apply the migrations from the migrations directory to the database. * This is the command behind prisma migrate deploy.
(input: EngineArgs.ApplyMigrationsInput)
| 10 | * This is the command behind prisma migrate deploy. |
| 11 | */ |
| 12 | applyMigrations(input: EngineArgs.ApplyMigrationsInput): Promise<EngineResults.ApplyMigrationsOutput> |
| 13 | |
| 14 | /** |
| 15 | * Create the logical database from the Prisma schema. |
no outgoing calls
no test coverage detected