Project

General

Profile

« Previous | Next » 

Revision 6023

root Makefile: VegBIEN DB: DB and bien user: db: Run inputs/.TNRS/install before schemas/install because public.tnrs_input_name depends on TNRS.tnrs

View differences:

Makefile
177 177

  
178 178
rmPublicSchema := $(call rmSchemaCmd,public)
179 179

  
180
db: mk_db rm_initial_public schemas/install _always ;
180
db: mk_db rm_initial_public inputs/.TNRS/install schemas/install _always ;
181 181

  
182 182
mk_db: _always
183 183
	-echo "CREATE USER bien PASSWORD '$(bienPassword)';"|$(psqlAsAdmin)

Also available in: Unified diff