Revision 7245
Added by Aaron Marcuse-Kubitza almost 12 years ago
import_all | ||
---|---|---|
13 | 13 |
return 2 |
14 | 14 |
fi |
15 | 15 |
: ${version=$(make -s version)} |
16 |
local dump_opts=${dump_opts---exclude-schema=public} public_import=1
|
|
17 |
export version dump_opts public_import
|
|
16 |
local dump_opts=${dump_opts---exclude-schema=public} full_import=1
|
|
17 |
export version dump_opts full_import
|
|
18 | 18 |
|
19 | 19 |
make schemas/$version/install |
20 | 20 |
|
Also available in: Unified diff
input.Makefile: $(import?): Renamed $public_import option to $full_import because it applies to any import of all datasources, not just a public import on vegbiendev