summaryrefslogtreecommitdiff
path: root/alembic/templates
Commit message (Expand)AuthorAgeFilesLines
* add recursive_version_locations option for searching revision filesostr000002023-02-283-0/+15
* Follow up Ia98c8f9a93953f049378f5029e355a3f249ed638CaselIT2023-02-141-5/+10
* Include missing part of env.pySam Bull2023-02-133-12/+8
* remove pylons templateMike Bayer2022-05-314-182/+0
* Add epoch as an option for file_templateCaio Carvalho2022-05-063-0/+6
* Use `-> None` in script templates by defaultNikita Sobolev2022-04-218-19/+20
* Document config for migration files timestamp prefixedElias Dorneles2022-04-064-8/+12
* add conditional for fileConfig()Mike Bayer2022-02-074-4/+8
* docs: Add missing engine.dispose() call to the asyncio cookbook example. (#973)DanCardin2021-12-211-0/+2
* Tweak docs about version_path_separatorVlastimil Zíma2021-11-224-13/+21
* MultiDB README: Add a bit more detailChris Dary2021-09-241-1/+12
* Support version_locations paths with spacesGord Thompson2021-06-224-12/+48
* Revendor editor and make dateutil optionalCaselIT2021-06-154-8/+16
* Add REVISION_SCRIPT_FILENAME token for post_write_hooks optionsBen Mares2021-03-274-16/+16
* Add async template to AlembicCaselIT2021-02-264-0/+198
* Implement sys_path_prepend optionMike Bayer2021-02-203-0/+12
* Provide revision post-write hooksMike Waites2019-09-193-0/+32
* Add dialect_options to environment; set paramstyle=named for offlineMike Bayer2019-07-213-3/+6
* Add missing whitespace to configuration template and doc example.Aru Sahni2019-03-163-3/+3
* remove unnecessary "from __future__ import with_statement" from env templatesFelix Schwarz2019-03-132-2/+0
* zimports runMike Bayer2019-01-063-9/+18
* pure black run + flake8Mike Bayer2019-01-063-36/+46
* Fix flake8 E265 violation in multidb env.py templatePeter Marsh2017-09-241-1/+1
* Add timezone option to configMike Bayer2017-04-063-0/+18
* file generated by alembic revison is now pep8 compliantMarkus Mattes2016-11-211-0/+1
* The imports in the default script.py.mako are now at the topMike Bayer2016-09-123-10/+9
* - Added a new optionMike Bayer2015-04-073-3/+6
* - Added a new feature :attr:`.Config.attributes`, to help with the useMike Bayer2015-01-232-22/+10
* - fixesMike Bayer2014-11-223-0/+3
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-223-0/+15
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-203-3/+6
* - amending d81619b50b9df7ff4458:Mike Bayer2014-10-203-0/+12
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-093-21/+24
* replacing eval in multidb template with globals() function lookupAndreas Grapentin2014-08-281-2/+2
* - Altered the support for "sourceless" migration files (e.g. onlyMike Bayer2014-03-143-0/+15
* - ensure that target_metadata is also present in the offline migration context,Mike Bayer2014-03-143-3/+4
* - make slug length default to 40, but also make it configurable.Mike Bayer2013-11-263-0/+12
* Merge pull request #1 from cacilhas/mastermike bayer2013-07-181-6/+4
|\
| * bugfix: close forgotten file descriptorsCacilhας, La Batalema2013-07-111-6/+4
* | Make the multidb env logger appear in default output.Scott Sturdivant2013-07-151-1/+1
|/
* - add name here to be inserted in the argumentMike Bayer2013-06-021-2/+2
* - [bug] Fixed the "multidb" template which was badly outMike Bayer2012-09-302-3/+5
* Merged in BryceLohr/alembic (pull request #14)Mike Bayer2012-09-302-21/+42
|\
| * Updated multidb env.py to use standard logger instead of direct stderr output...Bryce Lohr2012-04-271-3/+6
| * Updated the 'revision' command to pass the current Alembic config to the scri...Bryce Lohr2012-04-271-6/+12
| * Fixed engine name arg names as used in script template.Bryce Lohr2012-04-271-4/+4
| * Fixed kwarg passed in to multidb version scripts to reflect that it's the nam...Bryce Lohr2012-04-252-4/+4
| * Updated multidb template's env.py to be closer to generic's. Fixed invalid re...Bryce Lohr2012-04-251-6/+18
* | whitespace removalMike Bayer2012-08-153-18/+18
* | - [feature] New config argumentrel_0_3_3Mike Bayer2012-06-023-0/+12
|/