fixed table name and added initial org medal schema

This commit is contained in:
Finn 2018-02-20 17:44:22 +00:00
parent 940d96921c
commit 413479b94f
6 changed files with 197 additions and 1 deletions

View file

@ -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" => {