Revision 12146
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/Makefile | ||
---|---|---|
101 | 101 |
|
102 | 102 |
vegbien.sql: |
103 | 103 |
# include schemas that depend on `public` so they are restored along with it |
104 |
unset version dump_opts; $(call pg_dump,public --schema=public_validation)
|
|
104 |
unset version dump_opts; $(call pg_dump,public --schema='public_*')
|
|
105 | 105 |
|
106 | 106 |
py_util.sql: |
107 | 107 |
env owners=1 $(call pg_dump,py_util) |
Also available in: Unified diff
schemas/Makefile: vegbien.sql: support auxiliary schemas besides *_validation