From: Mike Bayer Date: Mon, 9 Jan 2023 20:20:39 +0000 (-0500) Subject: remove anchor removed by mistake X-Git-Tag: rel_2_0_0rc2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f09374d4418491288894fd58e3f2ba9b711a6c2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove anchor removed by mistake Change-Id: I20e196f63c8cea9cd805501ab174cab320575b05 --- diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst index 202aad9203..7c05497acb 100644 --- a/doc/build/tutorial/metadata.rst +++ b/doc/build/tutorial/metadata.rst @@ -191,6 +191,8 @@ parameter. In the next section we will emit the completed DDL for the ``user`` and ``address`` table to see the completed result. +.. _tutorial_emitting_ddl: + Emitting DDL to the Database ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~