diff options
Diffstat (limited to 'doc/source/tools.rst')
-rw-r--r-- | doc/source/tools.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/source/tools.rst b/doc/source/tools.rst deleted file mode 100644 index 9c2a920..0000000 --- a/doc/source/tools.rst +++ /dev/null @@ -1,15 +0,0 @@ -Repository migration (0.4.5 -> 0.5.4) -================================================ - -.. index:: repository migration - -:command:`migrate_repository.py` should be -used to migrate your repository from a version before 0.4.5 of -SQLAlchemy migrate to the current version. - -.. module:: migrate.versioning.migrate_repository - :synopsis: Tool for migrating pre 0.4.5 repositories to current layout - -Running :command:`migrate_repository.py` is as easy as: - - :samp:`migrate_repository.py {repository_directory}` |