Project

General

Profile

« Previous | Next » 

Revision 13571

schemas/Makefile: added back rename/%, which is used by `inputs/.TNRS/data.sql.run refresh`. updated it to use schema bundles.

View differences:

trunk/schemas/Makefile
80 80
	$(psqlNoSearchPath) <<<'SELECT "$*".publish();'
81 81
	@echo $(emph)'In your shell, run:'$(endEmph)'unset version'
82 82

  
83
rename/%: _always
84
	$(psqlNoSearchPath) <<<"SELECT util.schema_bundle_rename('public', '$*');"
85
	$(MAKE) public/install
86

  
83 87
vegbien/install: _always
84 88
	../inputs/.TNRS/run install
85 89
	$(MAKE) public/install

Also available in: Unified diff