X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=de3659a4ceb5e407ac14dcc2473505d9561a9b85;hp=70928a801c413faffd52d96edab367f49584a55d;hb=61097b876e692dbf5571a17b9aa415949607085f;hpb=6bd91fa5feb41ea3294bdaee5fe1c1134f19c330;ds=sidebyside diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 70928a801..de3659a4c 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1695,6 +1695,7 @@ sub tables_hashref { 'payname', 'varchar', 'NULL', $char_d, '', '', 'amount', @money_type, '', '', 'status', 'varchar', 'NULL', $char_d, '', '', + 'error_message', 'varchar', 'NULL', $char_d, '', '', ], 'primary_key' => 'paybatchnum', 'unique' => [],