X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;fp=FS%2FFS%2FSchema.pm;h=85f68e2480aa66d2ba804f46ff42ebb5cdee8cf9;hb=236e788e21048c35ec95aaadcf1ab06875a3c658;hp=2c9af0ae2f940e70e733cb6394535594fd91c566;hpb=33beebf4cb42eba3e1dd868ad5e0af102de961da;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 2c9af0ae2..85f68e248 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1010,7 +1010,6 @@ sub tables_hashref { 'latitude', 'decimal', 'NULL', '10,7', '', '', 'longitude','decimal', 'NULL', '10,7', '', '', 'coord_auto', 'char', 'NULL', 1, '', '', - 'addr_clean', 'char', 'NULL', 1, '', '', 'daytime', 'varchar', 'NULL', 20, '', '', 'night', 'varchar', 'NULL', 20, '', '', 'fax', 'varchar', 'NULL', 12, '', '', @@ -1029,7 +1028,6 @@ sub tables_hashref { 'ship_latitude', 'decimal', 'NULL', '10,7', '', '', 'ship_longitude','decimal', 'NULL', '10,7', '', '', 'ship_coord_auto', 'char', 'NULL', 1, '', '', - 'ship_addr_clean', 'char', 'NULL', 1, '', '', 'ship_daytime', 'varchar', 'NULL', 20, '', '', 'ship_night', 'varchar', 'NULL', 20, '', '', 'ship_fax', 'varchar', 'NULL', 12, '', '',