Created
September 17, 2012 09:26
-
-
Save keerati/3736420 to your computer and use it in GitHub Desktop.
diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Keeratis-iMac:startsiden-frontpage-schema keerati$ script/startsiden_frontpage_schema_dbic_migrate.pl status | |
Schema is 4 | |
Deployed database is 3 | |
Keeratis-iMac:startsiden-frontpage-schema keerati$ dbic-migration status | |
Can't infer schema class without a --schema or --schema_class at /Users/keerati/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/DBIx/Class/Migration.pm line 71. | |
Keeratis-iMac:startsiden-frontpage-schema keerati$ dbic-migration status --schema_class Startsiden::Frontpage::Schema | |
Schema is 4 | |
Database is not currently installed | |
Keeratis-iMac:startsiden-frontpage-schema keerati$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment