15
0

Accepting request 239952 from Cloud:OpenStack:Master

- update to 0.6.2:
  * Expanded the size of the “slug” generated by “revision” to 40 characters,
  which is also configurable by new field truncate_slug_length
  * Support for autogeneration detection and rendering of indexes
  and unique constraints has been added
  * Added new argument mssql_drop_foreign_key to Operations.drop_column()
  * Bugfixes

OBS-URL: https://build.opensuse.org/request/show/239952
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=26
This commit is contained in:
Sascha Peilicke
2014-07-10 07:48:37 +00:00
committed by Git OBS Bridge
parent 31f3c2077e
commit cd28a5232a
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 13 13:33:57 UTC 2014 - dmueller@suse.com
- update to 0.6.2:
* Expanded the size of the “slug” generated by “revision” to 40 characters,
which is also configurable by new field truncate_slug_length
* Support for autogeneration detection and rendering of indexes
and unique constraints has been added
* Added new argument mssql_drop_foreign_key to Operations.drop_column()
* Bugfixes
-------------------------------------------------------------------
Thu Oct 24 10:58:37 UTC 2013 - speilicke@suse.com