0e43247da4
- The internal system for Alembic operations has been reworked to now build upon an extensible system of operation objects. New operations can be added to the ``op.`` namespace, including that they are available in custom autogenerate schemes. fixes #302 - The internal system for autogenerate been reworked to build upon the extensible system of operation objects present in #302. A new customization hook process_revision_directives is added to allow manipulation of the autogen stream. Fixes #301
14 lines
118 B
Plaintext
14 lines
118 B
Plaintext
*.pyc
|
|
*.pyo
|
|
/build/
|
|
dist/
|
|
/docs/build/output/
|
|
*.orig
|
|
alembic.ini
|
|
.venv
|
|
*.egg-info
|
|
.coverage
|
|
coverage.xml
|
|
.tox
|
|
*.patch
|