From: Jeff Widman Date: Thu, 24 Dec 2015 10:17:02 +0000 (-0800) Subject: Update SQLAlchemy-Migrate link to the new repo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29a98584652873854daeebf49db3d38674a672af;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update SQLAlchemy-Migrate link to the new repo (cherry picked from commit 56b76ce7a823a076bd91490f940df95ad409db61) --- diff --git a/doc/build/core/metadata.rst b/doc/build/core/metadata.rst index 1c256c8c91..c55472105b 100644 --- a/doc/build/core/metadata.rst +++ b/doc/build/core/metadata.rst @@ -248,7 +248,7 @@ There are two major migration tools available for SQLAlchemy: supporting such features as transactional DDL, automatic generation of "candidate" migrations, an "offline" mode which generates SQL scripts, and support for branch resolution. -* `SQLAlchemy-Migrate `_ - The original +* `SQLAlchemy-Migrate `_ - The original migration tool for SQLAlchemy, SQLAlchemy-Migrate is widely used and continues under active development. SQLAlchemy-Migrate includes features such as SQL script generation, ORM class generation, ORM model comparison, and extensive