Project

General

Profile

« Previous | Next » 

Revision 10118

lib/common.Makefile: added $(asAdmin)

View differences:

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