Project

General

Profile

« Previous | Next » 

Revision 12043

bugfix: schemas/Makefile: public/uninstall: need to uninstall the validation schema in addition to the public schema (deleting the public schema would only cascade to the contents of the validation schema)

View differences:

Makefile
54 54
"COMMENT ON SCHEMA \"$*\" IS 'Version: $* ($(date))';"|$(psqlNoSearchPath)
55 55
	<$< $(if $(filter public,$*),,$(sed) 's/( )public([,; ])/\1"$*"\2/g'|)$(psqlNoSearchPath)
56 56

  
57
public/uninstall: validation/uninstall
58

  
57 59
# Replaces the current public schema with the given version
58 60
%/publish: _always
59 61
	@$(call confirmRmPublicSchema,public,To save it: make schemas/rotate)

Also available in: Unified diff