summaryrefslogtreecommitdiff
path: root/doc/source/tools.rst
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2019-09-26 09:56:42 -0400
committerJim Rollenhagen <jim@jimrollenhagen.com>2019-09-26 09:56:42 -0400
commit52672a64cc0cab4ea14a4a756fce850eb03315e3 (patch)
treea86024e4e6141aa8983c750f751c58d924f5b11a /doc/source/tools.rst
parent8acab2cd75a5b23ac162e49c8e4fb1e3f958352a (diff)
downloadsqlalchemy-migrate-master.tar.gz
Retire github mirror, repo moved to opendevHEADmaster
Diffstat (limited to 'doc/source/tools.rst')
-rw-r--r--doc/source/tools.rst15
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}`