Hi,

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?

I need to do both simple things like:
foo = Field(Integer)
but also relationships like:
bar = ManyToOne('OtherTable')

Any hints?

Thanks,

Allan

-- 
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.

Reply via email to