Define the schema in code, fixed up some bugs.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3871 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -56,7 +56,7 @@ public class DatabaseConfigRegistry extends ConfigRegistry
|
||||
// documentation inherited
|
||||
protected ObjectRecord createObjectRecord (String path, DObject object)
|
||||
{
|
||||
return null;
|
||||
return new DatabaseObjectRecord(path, object);
|
||||
}
|
||||
|
||||
protected class DatabaseObjectRecord extends ObjectRecord
|
||||
|
||||
Reference in New Issue
Block a user