pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit c1550239392c7ffe1123661ad8f1f23f19d1d044
parent c37e9e6fc3a1bc16121dcc9c853e879b2caf9519
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu,  2 Apr 2015 23:43:23 -0600

product_scraper: remove single use column fix up

Diffstat:
Mproduct_scraper | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/product_scraper b/product_scraper @@ -27,11 +27,6 @@ my $tmp_file = "/tmp/product_scraper.txt"; my $log = get_log($tmp_file, $args{v}); srand; -# use this to add the new column svg_stale -# $dbh->do("alter table products add column svg_stale int not null default 1"); -# $dbh->disconnect(); -# exit; - $dbh->do(qq{ create table if not exists products( manufacturer text not null,