Revision 3390
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
243 | 243 |
-<$< $(psqlAsBien) |
244 | 244 |
# ignore errors if schema exists |
245 | 245 |
|
246 |
schemas/%/uninstall: _always |
|
246 |
# /%.backup must come before /% to be matched first |
|
247 |
schemas/%.backup/uninstall schemas/%/uninstall: _always |
|
247 | 248 |
echo $(call rmSchemaCmd,$*)|$(psqlAsBien) |
248 | 249 |
|
249 | 250 |
# Note: This can't be used for the current (unrotated) public schema because |
Also available in: Unified diff
root Makefile: VegBIEN DB: Schemas: Added schemas/%.backup/uninstall so that a schema can be removed by its backup file name (with extension) as well as its name