Normally myapp_create.pl is run with the whole database given on the
command line, e.g.
script/myapp_create.pl model DB DBIC::Schema MyApp::Schema \
create=static dbi:SQLite:myapp.db
Can I restrict this to a single table or tables only? For example, I
have an existing application and I add a new table I don't want to
recreate Schema/Results with a bunch of .new files and have to delete
them after-wards.
--
Kiffin Gish <[email protected]>
Gouda, The Netherlands
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/