database upgraded and interface added
This commit is contained in:
parent
d36091528f
commit
8c166464cc
13 changed files with 2506 additions and 14 deletions
|
@ -5,11 +5,6 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Core';
|
||||
|
||||
__PACKAGE__->load_components(qw/
|
||||
InflateColumn::DateTime
|
||||
TimeStamp
|
||||
/);
|
||||
|
||||
__PACKAGE__->table("entity_association");
|
||||
|
||||
__PACKAGE__->add_columns(
|
||||
|
|
Reference in a new issue