Download List

Descripción del Proyecto

Migrations is a tool for managing changes to database schemas. It is an Enterprise tool based on ActiveRecord migrations from Rails. It features multiple schema interactions, runtime substitution of values, script generation, auditing, and much more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-08-03 23:02 Back to release list
0.14.0

La capacidad de migración de esquemas múltiples de forma simultánea se ha añadido. La interfaz de línea de comandos se modificó para apoyar el uso de varios esquemas. La pantalla de la versión se cambió a indicar el número de versión real en lugar de la última hora de migrar a la última versión. El esquema de selección fue ajustado para seleccionar automáticamente el esquema de si era la única opción disponible. Una pérdida de memoria que ocurrió por quedarse sin espacio de pila debido a ClassLoaders conseguir recogida de basura no fue corregido. Una pérdida de conexión con los intentos de migración sucediendo no fue corregido.
Tags: Stable, Feature Enhancements
The ability to migrate multiple schemas simultaneously was added. The command line interface was changed to support the use of multiple schemas. The version display was changed to state the actual version number instead of LATEST when migrating to the latest version. The schema selection was adjusted to automatically select the schema if it was the only option available. A memory leak which happened by running out of heap space due to classloaders not getting garbage collected was fixed. A connection leak happening with failed migration attempts was fixed.

Project Resources