From 702be8a7b821106e5e57809bb05db65fd93dd785 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 21 Aug 2013 18:57:00 -0400 Subject: [PATCH] fix link --- doc/build/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/faq.rst b/doc/build/faq.rst index 63eb2e053f..c1f47864ec 100644 --- a/doc/build/faq.rst +++ b/doc/build/faq.rst @@ -186,7 +186,7 @@ Does SQLAlchemy support ALTER TABLE, CREATE VIEW, CREATE TRIGGER, Schema Upgrade General ALTER support isn't present in SQLAlchemy directly. For special DDL on an ad-hoc basis, the :class:`.DDL` and related constructs can be used. -See :ref:`ddl_toplevel` for a discussion on this subject. +See :doc:`core/ddl` for a discussion on this subject. A more comprehensive option is to use schema migration tools, such as Alembic or SQLAlchemy-Migrate; see :ref:`schema_migrations` for discussion on this. -- 2.47.2