Revision 12989
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/bin/vegbien_dest | ||
---|---|---|
19 | 19 |
${prefix}user=bien \ |
20 | 20 |
${prefix}password="$(cat "$selfDir/../config/bien_password")" \ |
21 | 21 |
${prefix}database=vegbien \ |
22 |
${prefix}schemas="temp${public:+,$public},TNRS,util,py_util" |
|
22 |
${prefix}schemas="temp${public:+,$public,${public}_validations},TNRS,util,py_util"
|
|
23 | 23 |
|
24 | 24 |
# Schema override for referring to a table in the $public schema |
25 | 25 |
local schemaVar=${prefix}schema tableVar=${prefix}table |
Also available in: Unified diff
fix: bin/vegbien_dest: added public_validations