fixed table name and added initial org medal schema
This commit is contained in:
parent
940d96921c
commit
413479b94f
6 changed files with 197 additions and 1 deletions
|
@ -5,7 +5,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Core';
|
||||
|
||||
__PACKAGE__->table("global_user_medals");
|
||||
__PACKAGE__->table("global_user_medal_progress");
|
||||
|
||||
__PACKAGE__->add_columns(
|
||||
"id" => {
|
||||
|
|
Reference in a new issue