Project

General

Profile

« Previous | Next » 

Revision 3249

root Makefile: VegBIEN DB: Schemas: Added schemas/%/rm_indexes

View differences:

Makefile
244 244
schemas/%/uninstall: _always
245 245
	echo $(call rmSchemaCmd,$*)|$(psqlAsBien)
246 246

  
247
schemas/%/rm_indexes: _always
248
	bin/pg_dump_vegbien $*|bin/mk_rm_indexes|$(psqlAsBien) --echo-all
249

  
247 250
# Needed on Ubuntu 12.04 (also other Linuxes?) because %/reinstall is ignored.
248 251
schemas/temp/reinstall: _always schemas/temp/uninstall schemas/temp/install ;
249 252

  

Also available in: Unified diff