[sqlalchemy] [SQLAlchemy-migrate] Add a TSVectorType column to 4 existing tables

2014-07-22 Thread Yoann Mouscaz
Hi ! Does somebody here can tell me something about database migration with SQLAlchemy-migrate on a TurboGears application please ? In fact I want to add a column containing a TSVectorType ( http://sqlalchemy-searchable.readthedocs.org/en/latest/) to 4 of my existing tables and I’m not sure

[sqlalchemy] sqlalchemy-migrate 0.7.2 released

2011-11-01 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, thanks to the work of a lot of contributors I can announce the new release 0.7.2 of sqlalchemy-migrate today. The release is available at PyPI and our project page [1]. Starting with this release we use readthedocs.org to provide you with

Re: [sqlalchemy] sqlalchemy-migrate 0.7.2 released

2011-11-01 Thread Michael Bayer
congrats on your release ! and on getting all those contributors ! On Nov 1, 2011, at 7:06 PM, Jan Dittberner wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, thanks to the work of a lot of contributors I can announce the new release 0.7.2 of sqlalchemy-migrate today.

[sqlalchemy] sqlalchemy-migrate 0.7 released

2011-05-27 Thread Jan Dittberner
Hello, today I released sqlalchemy-migrate 0.7. This is the first sqlalchemy-migrate release supporting SQLAlchemy 0.7.0. The only other new functionality is an added migrate.__version__ (requested in issue 111). You can get the new release from our download page [1] or PyPI [2]. The

[sqlalchemy] sqlalchemy-migrate 0.7.1 released

2011-05-27 Thread Jan Dittberner
Hello, I just released sqlalchemy-migrate 0.7.1 fixing the behaviour of ChangesetColumn.create() as only functional change. You can get the new release from our download page [1] or PyPI [2]. [1] http://code.google.com/p/sqlalchemy-migrate/downloads/list [2]

[sqlalchemy] sqlalchemy-migrate examples

2010-08-18 Thread Chris Withers
Hi All, Does anyone have any good examples of migration scripts? The documentation is surprisingly sparse.. Of course, an alernative which doesn't do any abusive monkey patching or have any annoying * imports would be handy. Michael, how's Alembic coming? Chris -- You received this message

[sqlalchemy] sqlalchemy-migrate 0.6 release

2010-07-11 Thread Jan Dittberner
Hello, after more then one year of development the sqlalchemy-migrate development team is proud to announce the release of sqlalchemy-migrate 0.6. This is the first release of sqlalchemy-migrate that supports SQLAlchemy 0.6 and firebird databases. This release introduces a few backward

[sqlalchemy] SQLAlchemy Migrate

2009-03-05 Thread jarrod.ches...@gmail.com
Hi All I'm writing a metadata based schema migration tool. As SQLAlchemy doesn't support much schema modification. I will implement a complete set of schema migration functions one way or another for several of the SQLAlchemy supported databases. My question is, Where should these function