Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Fixed autoupgrade a bit more ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Getty committed Jan 25, 2012
1 parent b245319 commit 2f14dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/ddgc_db_autoupgrade.pl
Expand Up @@ -14,7 +14,8 @@

{
package DDGC::DBOld;
use base qw/DDGC::DB DBIx::Class::Schema::Loader/;
use base qw/DBIx::Class::Schema::Loader DDGC::DB/;
sub connect { DDGC::DB::connect(@_) }
__PACKAGE__->naming('old');
}

Expand Down

0 comments on commit 2f14dc3

Please sign in to comment.