Revision 10118
Added by Aaron Marcuse-Kubitza over 11 years ago
common.Makefile | ||
---|---|---|
87 | 87 |
remote := $(remote_user)@$(remote_host):$(remote_basepath)/$(localDirName)/ |
88 | 88 |
|
89 | 89 |
# DB |
90 |
asAdmin := sudo -E -u postgres |
|
90 | 91 |
mkSchemaCmd = 'CREATE SCHEMA $(1);' |
91 | 92 |
rmSchemaCmd = 'DROP SCHEMA IF EXISTS "$(1)" CASCADE;' |
92 | 93 |
|
Also available in: Unified diff
lib/common.Makefile: added $(asAdmin)