Hi there,

I am trying to use dbicadmin to deploy a schema with the following command:

dbicadmin -Ilib --deploy --config=myapp.conf
--config-stanza=MyApp::Model::Schema

Where in the lib directory is are DBIC class files. It keeps asking me
that it needs the --schema-class option but it should find it in my
config as shown below:

<Model::Schema>
    schema_class  MyApp::Schema
    <connect_info>
        dsn         DBI:mysql:database=myappdb;host=localhost;port=3306
        user        myapp
        password    myapp
        AutoCommit  1
    </connect_info>
</Model>

Am I doing the right thing?

best,
leandro

_______________________________________________
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]

Reply via email to