Guest User

Untitled

a guest
Jun 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $self->EventTags->find_or_create({ event=>$self->id, tag=>$v, });
  2.  
  3.  
  4. in EventTags.pm:
  5.  
  6. __PACKAGE__->add_unique_constraint(
  7. ['event','tag']
  8. );
  9.  
  10.  
  11. error:
  12. DBIx::Class::ResultSet::find_or_create(): Can't find unless a primary key is defined or
  13. unique constraint is specified at
  14. libs/saltem-schema/lib/Saltem/Schema/Result/Event.pm line 132
Add Comment
Please, Sign In to add comment