Skip to content

Instantly share code, notes, and snippets.

@keerati
Created September 17, 2012 09:26
Show Gist options
  • Save keerati/3736420 to your computer and use it in GitHub Desktop.
Save keerati/3736420 to your computer and use it in GitHub Desktop.
diff
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