From: Fernan A. <fe...@ii...> - 2005-06-09 20:18:54
|
Hi! regarding the changes proposed in https://www.cbil.upenn.edu/tracker/show_bug.cgi?id=33 I want to move on and have them available for testing in a database instance. We have already a working gus test installation and we just used the submitted SQL DDL to make the changes to the schema _in the database_. The question is how do I make this changes reflect in the object layer? I have a new est_uid column and will thus need new set/get methods for this one. I was tempted to edit the corresponding _Table.pm and _Row.pm ... but since they are autogenerated perhaps it's better if I ask first. Where should I do my edits? Or perhaps the object layer is created by reading from the database instance only at installation time? Thanks in advance, Fernan PS: this is still in gus 3.0 |