Project

General

Profile

« Previous | Next » 

Revision 5679

root Makefile: VegBIEN DB: Schemas: schemas/rotate: Use new schemas/rename/%

View differences:

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