X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FExchangerate.pm;h=44bce842bf322dae1b7fcda5ff322e4314d6223b;hb=6858b66bb7d401245459f5148c2c1ea28f71bfca;hp=95ea23c172b53ab207388c8262e63182c4ce84c2;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Exchangerate.pm b/SL/DB/MetaSetup/Exchangerate.pm index 95ea23c17..44bce842b 100644 --- a/SL/DB/MetaSetup/Exchangerate.pm +++ b/SL/DB/MetaSetup/Exchangerate.pm @@ -10,7 +10,7 @@ __PACKAGE__->meta->setup( table => 'exchangerate', columns => [ - curr => { type => 'character', length => 3 }, + curr => { type => 'text' }, transdate => { type => 'date' }, buy => { type => 'numeric', precision => 5, scale => 15 }, sell => { type => 'numeric', precision => 5, scale => 15 },