Format
This commit is contained in:
parent
bec21ff3e0
commit
a0dd7dd174
46 changed files with 138 additions and 139 deletions
|
@ -34,5 +34,5 @@ __PACKAGE__->set_primary_key("id");
|
|||
|
||||
__PACKAGE__->belongs_to( "entity", "Pear::LocalLoop::Schema::Result::Entity",
|
||||
"entity_id", );
|
||||
|
||||
|
||||
1;
|
||||
|
|
|
@ -146,7 +146,7 @@ sub sqlt_deploy_hook {
|
|||
else {
|
||||
$pending_field->{default_value} = \"false";
|
||||
}
|
||||
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ sub sqlt_deploy_hook {
|
|||
else {
|
||||
$pending_field->{default_value} = \"false";
|
||||
}
|
||||
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ sub sqlt_deploy_hook {
|
|||
else {
|
||||
$pending_field->{default_value} = \"false";
|
||||
}
|
||||
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue