Revision 8183
Added by Aaron Marcuse-Kubitza almost 12 years ago
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,functions,py_functions"
|
|
22 |
${prefix}schemas="temp${public:+,$public},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
schemas/*functions.sql: Renamed to *util.sql because now that these schemas are used by the new-style import scripts, there can be more than just functions in them