Final changes to schema an upgrade

This commit is contained in:
Finn 2017-07-24 15:39:06 +01:00
parent 09f9cf9d48
commit 6126e44c6b
3 changed files with 3 additions and 6 deletions

View file

@ -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" },