X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/57d97e2ba47a46a15a71b1fcbdd4d26bfc5205a3..0ffbc528b4d27f7e3d9837798d40d477c472e767:/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 },