Revision 6192
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
231 | 231 |
|
232 | 232 |
schemas/public/install: schemas/vegbien.sql _always |
233 | 233 |
-echo $(call mkSchemaCmd,public)|$(psqlNoSearchPath) |
234 |
<$< $(psqlAsBien)
|
|
234 |
<$< $(psqlNoSearchPath)
|
|
235 | 235 |
# ignore errors if schema exists |
236 | 236 |
# public schema will be owned by bien |
237 | 237 |
# don't include public in the search_path |
Also available in: Unified diff
root Makefile: VegBIEN DB: Schemas: schemas/public/install: Use $(psqlNoSearchPath) instead of $(psqlAsBien) because the search_path is set by vegbien.sql