This note has been obsolete since r376. Removed.

This commit is contained in:
Ray Greenwell
2012-08-13 17:56:37 +00:00
parent 2a81514ae7
commit 9614fc02b9
@@ -105,9 +105,7 @@ public abstract class SchemaMigration extends Modifier
}
/**
* A convenient migration for changing the type of an existing field. NOTE: This object is
* instantiated with the name of a persistent field, not the name of a database column. These
* can be very different things for classes that use @Column annotations.
* A convenient migration for changing the type of an existing field.
*/
public static class Retype extends SchemaMigration
{