On Thu, 25 Jun 2009 09:41:32 -0400 Ascii King <[email protected]> wrote:
> I don't want it to read those system tables into my schema at all, > but it creates a .pm file for every table including the system tables. So delete them. The primary key warnings are warnings, not errors... right? You don't care about using the system tables anyway. Auto-generating the schema on every start is not a good way to go with a production app, so... you even did create=static. It created a schema for those tables you do want to use. Sounds like you're all set. What's the problem? ;-) Cheers, -- |\ /| | | ~ ~ | \/ | |---| `|` ? | |ichael | |iggins \^ / michael.higgins[at]evolone[dot]org _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
