Project

General

Profile

« Previous | Next » 

Revision 12142

schemas/Makefile: %/publish: don't ignore errors if schema doesn't exist, because it should always exist if you are publishing it

View differences:

Makefile
71 71
# usage: make schemas/r#/publish
72 72
%/publish: _always
73 73
	@$(call confirmRmPublicSchema,public,To save it: make schemas/rotate)
74
	-$(psqlNoSearchPath) <<<'SELECT "$*".publish();'
74
	$(psqlNoSearchPath) <<<'SELECT "$*".publish();'
75 75
	@echo $(emph)'In your shell, run:'$(endEmph)'unset version'
76
# ignore errors if schema doesn't exist
77 76

  
78 77
#### py_util
79 78

  

Also available in: Unified diff