Revision 6939
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
26 | 26 |
restore := "time" $(bin)/postgres_vegbien pg_restore --exit-on-error |
27 | 27 |
restoreBien := $(restore) --dbname=vegbien |
28 | 28 |
# pg_restore doesn't support PGDATABASE env var |
29 |
rmSchema = 'DROP SCHEMA IF EXISTS "$(1)" CASCADE;' |
|
30 | 29 |
|
31 | 30 |
##### Backups |
32 | 31 |
|
Also available in: Unified diff
backups/Makefile: Removed no longer used $(rmSchema)