Revision 12075
Added by Aaron Marcuse-Kubitza almost 11 years ago
Makefile | ||
---|---|---|
64 | 64 |
echo $(call rmSchemaCmd,$*_validation)$(call rmSchemaCmd,$*)\ |
65 | 65 |
|$(psqlNoSearchPath) |
66 | 66 |
|
67 |
public/uninstall: validation/uninstall |
|
68 |
|
|
69 | 67 |
# Replaces the current public schema with the given version |
70 | 68 |
%/publish: _always |
71 | 69 |
@$(call confirmRmPublicSchema,public,To save it: make schemas/rotate) |
Also available in: Unified diff
schemas/Makefile: removed no longer needed public/uninstall, which is handled more generally by `%/uninstall: vegbien.sql` instead