diff options
author | Jim Rollenhagen <jim@jimrollenhagen.com> | 2019-09-26 09:56:42 -0400 |
---|---|---|
committer | Jim Rollenhagen <jim@jimrollenhagen.com> | 2019-09-26 09:56:42 -0400 |
commit | 52672a64cc0cab4ea14a4a756fce850eb03315e3 (patch) | |
tree | a86024e4e6141aa8983c750f751c58d924f5b11a /doc/source/glossary.rst | |
parent | 8acab2cd75a5b23ac162e49c8e4fb1e3f958352a (diff) | |
download | sqlalchemy-migrate-master.tar.gz |
Diffstat (limited to 'doc/source/glossary.rst')
-rw-r--r-- | doc/source/glossary.rst | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst deleted file mode 100644 index cee01c7..0000000 --- a/doc/source/glossary.rst +++ /dev/null @@ -1,26 +0,0 @@ -.. _glossary: - -******** -Glossary -******** - -.. glossary:: - :sorted: - - repository - A migration repository contains :command:`manage.py`, a configuration - file (:file:`migrate.cfg`) and the database :term:`changeset` scripts - which can be Python scripts or SQL files. - - changeset - A set of instructions how upgrades and downgrades to or from a specific - version of a database schema should be performed. - - ORM - Abbreviation for "object relational mapper". An ORM is a tool that maps - object hierarchies to database relations. - - version - A version in SQLAlchemy migrate is defined by a :term:`changeset`. - Versions may be numbered using ascending numbers or using timestamps - (as of SQLAlchemy migrate release 0.7.2) |