Merge branch 'master' into development

This commit is contained in:
Finn 2018-03-09 17:39:26 +00:00
commit ca389a1788
6 changed files with 10 additions and 20 deletions

View file

@ -14,8 +14,7 @@ __PACKAGE__->add_columns(
is_nullable => 0, is_nullable => 0,
}, },
"group_id" => { "group_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"threshold" => { "threshold" => {

View file

@ -14,13 +14,11 @@ __PACKAGE__->add_columns(
is_nullable => 0, is_nullable => 0,
}, },
"entity_id" => { "entity_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"group_id" => { "group_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"total" => { "total" => {

View file

@ -19,13 +19,11 @@ __PACKAGE__->add_columns(
is_nullable => 0, is_nullable => 0,
}, },
"entity_id" => { "entity_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"group_id" => { "group_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"points" => { "points" => {

View file

@ -14,8 +14,7 @@ __PACKAGE__->add_columns(
is_nullable => 0, is_nullable => 0,
}, },
"group_id" => { "group_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"threshold" => { "threshold" => {

View file

@ -14,13 +14,11 @@ __PACKAGE__->add_columns(
is_nullable => 0, is_nullable => 0,
}, },
"entity_id" => { "entity_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"group_id" => { "group_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"total" => { "total" => {

View file

@ -19,13 +19,11 @@ __PACKAGE__->add_columns(
is_nullable => 0, is_nullable => 0,
}, },
"entity_id" => { "entity_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"group_id" => { "group_id" => {
data_type => "varchar", data_type => "integer",
size => 255,
is_nullable => 0, is_nullable => 0,
}, },
"points" => { "points" => {