Final changes to schema an upgrade
This commit is contained in:
parent
09f9cf9d48
commit
6126e44c6b
3 changed files with 3 additions and 6 deletions
|
@ -53,7 +53,7 @@ __PACKAGE__->add_columns(
|
|||
|
||||
__PACKAGE__->set_primary_key("id");
|
||||
|
||||
_PACKAGE__->belongs_to(
|
||||
__PACKAGE__->belongs_to(
|
||||
"user",
|
||||
"Pear::LocalLoop::Schema::Result::User",
|
||||
{ id => "user_id" },
|
||||
|
|
Reference in a new issue