From: Fernan A. <fe...@ii...> - 2005-06-09 21:05:58
|
+----[ Michael Saffitz <msa...@pc...> (09.Jun.2005 17:44): | | Hi Fernan, Hi Junmin and Michael and thanks for your help, | > Where should I do my edits? Or perhaps the object layer is | > created by reading from the database instance only at | > installation time? | | This is correct, what you'll need to do is to rebuild the objects. Before | you do that, however, you'll need to add entries to Core.Tableinfo for any | new tables you've created. (Also make sure your tables have proper | sequences and primary keys). OK, but not needed in this case, since there are no new tables, just new columns and a renamed column. | Once you've done that, you touch the VERSION file for the schema like so: | | touch $PROJECT_HOME/GUS/Model/schema/VERSION | | And then you rebuild | | build GUS install -append That did it ... thanks! | More details are on the wiki: | | http://www.gusdb.org/wiki/index.php/UpdateAWorkingGusInstallation | | You can skip the step about getting the latest GUS. Sorry there aren't | better instructions-- there will be for 3.5 | | --Mike | +----] |