The best I can determine, I can create a model that refers to a Database View. Then when ever I do a hobo_migration, I need to first edit the migration file, and remove the create table and drop table commands for that Table/view.
Is there any way to flag this object as one that shouldn't be created or dropped, but is instead managed elsewhere? Thanks! Steve. On Mon, Jul 20, 2009 at 10:33 AM, Steve VB <[email protected]> wrote: > > Is there a way to create a model that refers to a database view? > > Namely, how can I get the hobo_migration code to not try and create/ > drop the table in question, since I already have the view? > > Thanks! > > Steve. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
