Revision 13571
Added by Aaron Marcuse-Kubitza over 10 years ago
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
schemas/Makefile: added back rename/%, which is used by `inputs/.TNRS/data.sql.run refresh`. updated it to use schema bundles.