diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-05-05 17:42:57 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-05-05 18:21:08 -0400 |
| commit | 70f8f6a169daa3e4f25f2b6983ff4750443a8307 (patch) | |
| tree | 35cefeb72cd5893e56f24e7fd602d66cea2af5aa /doc | |
| parent | 67fe179d1b2fb559b213d2e924da365f05e169ce (diff) | |
| download | sqlalchemy-70f8f6a169daa3e4f25f2b6983ff4750443a8307.tar.gz | |
- modernize versioning examples
- add new example versioned_rows_w_versionid
Change-Id: I592cd5eb7db50162b4c4ad6191813d9def2b6d7c
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/orm/examples.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/orm/examples.rst b/doc/build/orm/examples.rst index 3dd81f856..d3a1f8d31 100644 --- a/doc/build/orm/examples.rst +++ b/doc/build/orm/examples.rst @@ -107,6 +107,8 @@ Versioning using Temporal Rows .. automodule:: examples.versioned_rows +.. _examples_vertical_tables: + Vertical Attribute Mapping -------------------------- |
