Surely a migration from 2009 has been applied everywhere.

This commit is contained in:
Nathan Curtis
2012-01-18 13:34:37 -08:00
parent e6f3ed33ca
commit 7e20cb898d
@@ -93,10 +93,6 @@ public class DepotUserRepository extends DepotRepository
@Inject public DepotUserRepository (PersistenceContext ctx)
{
super(ctx);
// TEMP: 2009-06-02
_ctx.registerMigration(
OOOUserRecord.class, new SchemaMigration.Retype(3, OOOUserRecord.PASSWORD));
}
/**