Project

General

Profile

« Previous | Next » 

Revision 6206

input.Makefile: Editing import: Updated queries for current schema

View differences:

input.Makefile
421 421
##### Editing import
422 422

  
423 423
rotate: _always
424
	echo "UPDATE party SET organizationname = organizationname||'.$(version)'\
425
WHERE organizationname = '$(datasrc)';"|$(psqlAsBien)
424
	echo "UPDATE source SET shortname = shortname||'.$(version)'\
425
WHERE shortname = '$(datasrc)';"|$(psqlAsBien)
426 426

  
427 427
rm: _always
428
	echo "DELETE FROM party WHERE organizationname = '$(datasrc)';"|\
429
$(psqlAsBien)
428
	echo "DELETE FROM source WHERE shortname = '$(datasrc)';"|$(psqlAsBien)
430 429

  
431 430
##### Testing
432 431

  

Also available in: Unified diff