Pass empty postamble.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3964 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-03-19 19:46:36 +00:00
parent 770b67e0b2
commit d94866f3cf
@@ -95,7 +95,7 @@ public class ConfigRepository extends JORARepository
"FIELD VARCHAR(64) NOT NULL",
"VALUE TEXT NOT NULL",
"PRIMARY KEY (OBJECT, FIELD)",
});
}, "");
}
// documentation inherited