diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-21 18:57:00 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-21 18:57:00 -0400 |
commit | 0c00892556a8c73b46cce96ded14d56758c5f43c (patch) | |
tree | 4770a71ab0f23c026f767977e7c7d0ba945a8b45 | |
parent | 4268ea06b3efe116361157fa2ad155b2347d2bba (diff) | |
download | sqlalchemy-0c00892556a8c73b46cce96ded14d56758c5f43c.tar.gz |
fix link
-rw-r--r-- | doc/build/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/faq.rst b/doc/build/faq.rst index 63eb2e053..c1f47864e 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. |