This commit is contained in:
Rumperuu 2021-03-20 23:26:52 +00:00
parent bec21ff3e0
commit a0dd7dd174
46 changed files with 138 additions and 139 deletions

View file

@ -34,5 +34,5 @@ __PACKAGE__->set_primary_key("id");
__PACKAGE__->belongs_to( "entity", "Pear::LocalLoop::Schema::Result::Entity",
"entity_id", );
1;

View file

@ -146,7 +146,7 @@ sub sqlt_deploy_hook {
else {
$pending_field->{default_value} = \"false";
}
return 1;
}

View file

@ -103,7 +103,7 @@ sub sqlt_deploy_hook {
else {
$pending_field->{default_value} = \"false";
}
return 1;
}

View file

@ -99,7 +99,7 @@ sub sqlt_deploy_hook {
else {
$pending_field->{default_value} = \"false";
}
return 1;
}