v1

latestSwagger 2.02026-07-17619.9 KB
migrate

Creating migrations on source

It creates the migrations of a datasource on source directory and outputs the directory name of migration.

post/apis/migrate

Request body

namestring
skip_executionboolean
datasourcestring

Example request

{
  "name": "test1",
  "skip_execution": true,
  "datasource": "default"
}

Response

OK

namestring

shows directory name of migration created for name key