Project

General

Profile

« Previous | Next » 

Revision 2633

main Makefile: schemas/%/uninstall: Removed delete confirmation message because it's repetitive to keep being asked to confirm deletion when running schemas/reinstall. schemas/%/uninstall is not intended to be run by itself, so the public schema's delete confirmation message will protect the entire schemas/uninstall sequence.

View differences:

Makefile
175 175
confirmRmDb = $(call confirm,WARNING: This will delete your entire VegBIEN\
176 176
DB!,This includes all public schema versions and staging tables.)
177 177

  
178
confirmRmSchema = $(call confirm,WARNING:\
179
This will delete the $(1) schema of your VegBIEN DB!,$(2))
180
confirmRmPublicSchema =\
181
$(call confirmRmSchema,current public,To save it: make schemas/rotate)
178
confirmRmPublicSchema = $(call confirm,WARNING: This will delete the current\
179
public schema of your VegBIEN DB!,To save it: make schemas/rotate)
182 180

  
183 181
rmPublicSchema := $(call rmSchemaCmd,public)
184 182

  
......
242 240
	<$< $(psqlAsBien)
243 241

  
244 242
schemas/%/uninstall: _always
245
	@$(call confirmRmSchema,$*)
246 243
	echo $(call rmSchemaCmd,$*)|$(psqlAsBien)
247 244

  
248 245
##### MySQL

Also available in: Unified diff