Project

General

Profile

« Previous | Next » 

Revision 1854

input.Makefile: Editing import: Use $(datasrc) instead of $(db) since $(db) is only set for DB-source inputs

View differences:

inputs/input.Makefile
285 285

  
286 286
import/rotate: _always
287 287
	echo "UPDATE party SET organizationname = organizationname||'.$(date)'\
288
WHERE organizationname = '$(db)';"|$(psqlAsBien)
288
WHERE organizationname = '$(datasrc)';"|$(psqlAsBien)
289 289

  
290 290
import/rm: _always
291
	echo "DELETE FROM party WHERE organizationname = '$(db)';"|$(psqlAsBien)
291
	echo "DELETE FROM party WHERE organizationname = '$(datasrc)';"|\
292
$(psqlAsBien)
292 293

  
293 294
##### Testing
294 295

  

Also available in: Unified diff