Project

General

Profile

« Previous | Next » 

Revision 2901

main Makefile: schemas/rotate: Fixed bug where needed to run schemas/public/install, not full schemas/install, after renaming public schema

View differences:

Makefile
221 221
	@$(confirmRmPublicSchema)
222 222
	echo $(rmPublicSchema)|$(psqlAsBien)
223 223

  
224
schemas/rotate: _always schemas/rotate-only schemas/install ;
224
schemas/rotate: _always schemas/rotate-only schemas/public/install ;
225 225
schemas/rotate-only: _always
226 226
	echo 'ALTER SCHEMA public RENAME TO "public.$(date)";'|$(psqlAsBien)
227 227

  

Also available in: Unified diff