Project

General

Profile

« Previous | Next » 

Revision 12076

schemas/Makefile: removed no longer used rename/%, rotate. use %/install, %/publish instead to manage public schema versions.

View differences:

trunk/schemas/Makefile
72 72
|$(psqlNoSearchPath) --file - --single-transaction
73 73
	@echo $(emph)'In your shell, run:'$(endEmph)'unset version'
74 74

  
75
rename/%: _always
76
	echo 'ALTER SCHEMA public RENAME TO "$*";'|$(psqlNoSearchPath)
77
	$(MAKE) public/install
78

  
79
rotate: _always rename/$(version) ;
80

  
81 75
#### py_util
82 76

  
83 77
py_util/install: py_util.sql _always

Also available in: Unified diff