Project

General

Profile

« Previous | Next » 

Revision 8844

bugfix: /Makefile: moved schemas/install from install to db so that it is also run whenever the DB is reinstalled. schemas/install is needed by the staging tables reinstallation performed by reinstall_all.

View differences:

Makefile
35 35
##### Installation
36 36

  
37 37
# public must be installed *after* inputs because some views depend on inputs
38
install: _always core mysql schemas/install inputs/download inputs/install \
38
install: _always core mysql inputs/download inputs/install \
39 39
schemas/public/install test
40 40
	@$(done)
41 41

  
......
258 258

  
259 259
rmPublicSchema := $(call rmSchemaCmd,public)
260 260

  
261
db: mk_db rm_initial_public _always ;
261
db: mk_db rm_initial_public schemas/install _always ;
262 262

  
263 263
mk_db: _always
264 264
	-echo "CREATE USER public_;"|$(psqlAsAdmin)

Also available in: Unified diff