Skip to content

Commit

Permalink
Did I say upid is bug-free? Here we go again...
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-susewind committed Sep 30, 2016
1 parent 649dceb commit e2c530e
Show file tree
Hide file tree
Showing 3 changed files with 197,892 additions and 197,891 deletions.
5 changes: 3 additions & 2 deletions upid/compress.pl
Original file line number Diff line number Diff line change
Expand Up @@ -990,11 +990,12 @@
$sql=~s/\)$//gs;
my @headers=split(/,/,$sql);

push (@headers, 'booth_parts_14 CHAR');
push (@headers, 'booth_name_14 CHAR');
# CAREFUL: THIS NEEDS TO BE IN THE RIGHT SEQUENCE! (ie the sequence that is used in this script)
push (@headers, 'pc_id_09 INTEGER');
push (@headers, 'pc_name_09 CHAR');
push (@headers, 'pc_reserved_09 CHAR');
push (@headers, 'booth_parts_14 CHAR');
push (@headers, 'booth_name_14 CHAR');

my @concatsql;
foreach my $header (@headers) {
Expand Down
Loading

0 comments on commit e2c530e

Please sign in to comment.