Hey all, I've been looking around for a system to use to track database evolutions, automate updates, and generally keep track of database stuff. DDL Utils seems like the only thing that attempts to solve this problem in a cross-platform way, but there's very little activity.
I'm planning to use it for an Amazon Redshift database, which will require pulling together a new platform package. I don't mind doing that, but because Redshift is columnar, it has an extra column attribute of compression type for the column that I need to keep track of. Is anybody who worked on the original project still around and helping with maintenance, or has everyone moved on and the project is basically in final form? Thanks, Todd