-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 14 Feb 2010, at 18:02, Allan Beaufour wrote:
I'd like to add some migration/versioning to my database, and through this: http://elixir.ematia.de/trac/wiki/Recipes/SQLAlchemySchemaMigration I can easily create and drop whole tables. But how about adding/ removing columns?
It's covered briefly here, as part of a discussion of how things might go worng:
http://packages.python.org/sqlalchemy-migrate/versioning.html#making-schema-changes So, caveat actor :-) Cheers, Graham http://www.linkedin.com/in/ghiggins -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkt5mOkACgkQOsmLt1NhivxZcACg+GGg0tfjAMk7cd+3IoWkWZ8e SbEAniacVOgo+cutSvJZTGJ7rMqT0cbIiQCVAgUBS3mY6VnrWVZ7aXD1AQKijwP9 EuV89ZECibk2NME5U7jyFv90xtdYYL5SVDbVd7k4oKotgGQ1/uL7BTCnD6Nr8NhG Cliy8lcgKmAkDaioeiCfhoV0s6ZPuZLqtBHszCIwAB3Zn3Nj8NVrYGhpSDf0o/TU PpVl+PDUB7RHdYlZDd3sF32S+Ofw79HoN5w+CkppOHE= =x96O -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en.
