Revision 12076
Added by Aaron Marcuse-Kubitza almost 11 years ago
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
schemas/Makefile: removed no longer used rename/%, rotate. use %/install, %/publish instead to manage public schema versions.