On 5/24/06 5:11 PM, Jonathan Vanasco wrote:
> On May 24, 2006, at 5:03 PM, John Siracusa wrote:
>> or pass a "replace_existing => 1" argument to your calls to
>> ->meta->initialize(...):
>> 
>>    __PACKAGE__->meta->initialize(replace_existing  => 1);
> 
> #2 sounds good

In that case, you'll have to be careful not to use the add_* methods in your
setup.  In other words, set the full column list with ->meta->columns(...)
instead of calling ->meta->add_columns(...).  The same goes for all other
metadata: relationships, unique keys, etc.

-John




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to