Update to use new Managed_dataobject

This commit is contained in:
Zach Copley
2011-03-09 18:00:24 -08:00
parent 65f9b5d954
commit 0429a52c6e
4 changed files with 80 additions and 136 deletions

View File

@@ -95,8 +95,6 @@ class ExtendedProfilePlugin extends Plugin
$schema = Schema::get();
$schema->ensureTable('profile_detail', Profile_detail::schemaDef());
// @hack until key definition support is merged
Profile_detail::fixIndexes($schema);
return true;
}