Revision 11423
Added by Aaron Marcuse-Kubitza about 11 years ago
bin/make_analytical_db | ||
---|---|---|
58 | 58 |
EOF |
59 | 59 |
) || exit |
60 | 60 |
|
61 |
export schema="$public" |
|
61 | 62 |
remake=1 "$selfDir"/../run export_ </dev/null |
62 | 63 |
#"$selfDir/export_analytical_db" |
Also available in: Unified diff
bugfix: bin/make_analytical_db: when running into a public schema other than "public", also pass this to `/run export_` (which currently uses $schema instead of $public)