Changes between Version 16 and Version 17 of SchemaEvolution
- Timestamp:
- Jun 19, 2006, 11:00:00 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchemaEvolution
v16 v17 17 17 A few bits of prior arts I examined. 18 18 19 * http:// api.rubyonrails.com/classes/ActiveRecord/Migration.html19 * http://rubyonrails.org/api/classes/ActiveRecord/Migration.html 20 20 * http://sqlobject.org/sqlobject-admin.html#versioning-upgrading 21 21 * http://www.varlena.com/varlena/GeneralBits/127.php … … 213 213 214 214 * Migration code works pretty well -- which is obvious if you look at how 215 successful Rails has been with the feature [http:// api.rubyonrails.com/classes/ActiveRecord/Migration.html]. The Python flavor is obviously more powerful, but for some uses SQL works well.215 successful Rails has been with the feature [http://rubyonrails.org/api/classes/ActiveRecord/Migration.html]. The Python flavor is obviously more powerful, but for some uses SQL works well. 216 216 217 217 * Introspection + migration seems to be best-of-breed; it even has the added