Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
types: allow no
models
argument for automigrate
Fix type definitions to allow zero-argument invocation of the following database migration methods: - `DataSource.automigrate()` - `DataSource.autoupdate()` Implementation-wise, when no model names are specified, then ALL models attached to the datasource are migrated. Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
- Loading branch information