Yoyo-database-migrations

Latest version: v0.0.2

Safety actively analyzes 629436 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

4.2.4

-------------

* Fix for mismanaged 4.2.3 release

4.2.3

-------------

* Migrations are now datestamped with a UTC date (thanks to robi wan)

* Fixes for installation and use under python 3

4.2.2

-------------

* Migration scripts can start with ``from yoyo import step, transaction``.
This prevents linters (eg flake8) throwing errors over undefined names.

* Bugfix: functions declared in a migration file can access the script's global
namespace

4.2.1

-------------

* Bugfix for previous release, which omitted critical files

4.2.0

-------------

* Removed yoyo.migrate namespace package. Any code that uses the yoyo api
directly needs have any imports modified, eg this::

from yoyo.migrate import read_migrations
from yoyo.migrate.connections import connect

Should be changed to this::

from yoyo import read_migrations
from yoyo.connections import connect

* Migrated from darcs to mercurial. Code is now hosted at
https://bitbucket.org/ollyc/yoyo

* Bugfix: the migration_table option was not being passed to read_migrations,
causing the value to be ignored

4.1.6

-------------

* Added windows support (thanks to Peter Shinners)

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.