Fixed schema and added update for sql
This commit is contained in:
parent
62dbc1a49e
commit
9563851941
11 changed files with 3792 additions and 3 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 22;
|
||||
our $VERSION = 23;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package Pear::LocalLoop::Schema::Result::GlobalUserMedals;
|
||||
package Pear::LocalLoop::Schema::Result::GlobalUserMedalProgress;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package Pear::LocalLoop::Schema::Result::OrgUserMedals;
|
||||
package Pear::LocalLoop::Schema::Result::OrgUserMedalProgress;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
|
Reference in a new issue