X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/57d97e2ba47a46a15a71b1fcbdd4d26bfc5205a3..f7551e1cfb1757c55103e5a7b9b08ced32ec4bfd:/SL/DB/MetaSetup/ProjectStatus.pm diff --git a/SL/DB/MetaSetup/ProjectStatus.pm b/SL/DB/MetaSetup/ProjectStatus.pm index b79110a61..4162812f3 100644 --- a/SL/DB/MetaSetup/ProjectStatus.pm +++ b/SL/DB/MetaSetup/ProjectStatus.pm @@ -6,7 +6,7 @@ use strict; use base qw(SL::DB::Object); -__PACKAGE__->meta->table('project_status'); +__PACKAGE__->meta->table('project_statuses'); __PACKAGE__->meta->columns( description => { type => 'text', not_null => 1 },