Project

General

Profile

« Previous | Next » 

Revision 11415

bugfix: bin/import_all: Source tables: use .../import instead of import_temp because import_temp is only needed when importing all tables, to prevent the temp suffix from being removed yet

View differences:

bin/import_all
22 22
    
23 23
    make schemas/$version/install
24 24
    
25
    local hidden_srcs=1; . "$selfDir/with_all" Source/import_temp by_col=1 "$@"
25
    local hidden_srcs=1; . "$selfDir/with_all" Source/import by_col=1 "$@"
26 26
        # note that this isn't affected by $import_source
27 27
    wait # wait for asynchronous commands
28 28
    unset hidden_srcs

Also available in: Unified diff