Revision 12025
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/Makefile | ||
---|---|---|
37 | 37 |
# ignore errors if schema exists |
38 | 38 |
|
39 | 39 |
%/uninstall: _always |
40 |
@$(call confirmRmPublicSchema,$*)
|
|
40 |
@$(if $(wildcard $*.sql),,$(call confirmRmPublicSchema,$*))
|
|
41 | 41 |
echo $(call rmSchemaCmd,$*)|$(psqlNoSearchPath) |
42 | 42 |
|
43 | 43 |
#### public |
Also available in: Unified diff
fix: schemas/Makefile: %/uninstall: don't prompt to delete auxiliary schemas, as these do not contain data