Revision 5679
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
222 | 222 |
echo 'ALTER SCHEMA public RENAME TO "$*";'|$(psqlAsBien) |
223 | 223 |
$(MAKE) schemas/public/install |
224 | 224 |
|
225 |
schemas/rotate: _always schemas/rotate-only schemas/public/install ; |
|
226 |
schemas/rotate-only: _always |
|
227 |
echo 'ALTER SCHEMA public RENAME TO "public.$(version)";'|$(psqlAsBien) |
|
225 |
schemas/rotate: _always schemas/rename/public.$(version) ; |
|
228 | 226 |
|
229 | 227 |
### py_functions |
230 | 228 |
|
Also available in: Unified diff
root Makefile: VegBIEN DB: Schemas: schemas/rotate: Use new schemas/rename/%