Project

General

Profile

« Previous | Next » 

Revision 14031

/Makefile: db: use reinstall instead of install to allow running this on an existing DB

View differences:

trunk/Makefile
246 246

  
247 247
rmPublicSchema := $(call rmSchemaCmd,public)
248 248

  
249
db: mk_db rm_initial_public schemas/install _always ;
249
db: mk_db rm_initial_public schemas/reinstall _always ;
250 250

  
251 251
mk_db: _always
252 252
	-echo "CREATE USER public_ PASSWORD 'password';"|$(psqlAsAdmin)

Also available in: Unified diff