Project

General

Profile

« Previous | Next » 

Revision 10579

bin/import_all: use column-based import (by_col=1) by default, instead of requiring the user to explicitly specify it. instead turn it off explicitly (by_col=) for row-based import.

View differences:

import_all
13 13
        return 2
14 14
    fi
15 15
    : ${version=$(make -s version)}
16
    local full_import=1
17
    export version full_import
16
    local by_col=${by_col-1} full_import=1
17
    export version by_col full_import
18 18
    
19 19
    make schemas/$version/install
20 20
    

Also available in: Unified diff