Project

General

Profile

« Previous | Next » 

Revision 3364

root Makefile: VegBIEN DB: Schemas: schemas/%/backup: Changed file extension to .backup to match what pgAdmin3 expects

View differences:

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

  
247
backupFile = schemas/$*.db
247
backupFile = schemas/$*.backup
248 248
backup = env data=1 bin/pg_dump_vegbien $* >$(backupFile)
249 249

  
250 250
schemas/%/backup: _always

Also available in: Unified diff