diff options
author | ivan <ivan> | 2007-06-29 01:17:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-06-29 01:17:02 +0000 |
commit | 65d290922a9aa05ff8695962093572eaa959ce47 (patch) | |
tree | 877b3fbc37a42b56bca233b5d007a555ea497760 | |
parent | aa86244e1732ec5ce6e065fd8e5cef6df104c695 (diff) |
update Schema.pm to handle index updates, with new DBIx::DBSchema
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index f196953e4..771b88b70 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -488,8 +488,8 @@ sub tables_hashref { [ 'daytime' ], [ 'night' ], [ 'fax' ], [ 'refnum' ], [ 'county' ], [ 'state' ], [ 'country' ], [ 'zip' ], [ 'ship_last' ], [ 'ship_company' ], + [ 'ship_daytime' ], [ 'ship_night' ], [ 'ship_fax' ], [ 'payby' ], [ 'paydate' ], - ], }, |